dcp-client
Version:
Core libraries for accessing DCP network
16 lines (14 loc) • 688 B
CSS
/**
* @file dcp-client.css Styles for dcp-client. These impact the appearance of DOM elements
* generated by DCP-Client; eg. the modal dialogs which pop up when the
* wallet API is used.
*
* This stylesheet is loaded automatically by dcp-client when the load-css attribute is
* undefined or has the value true. Any other value will be interpreted as a URL from
* which to load the css.
*
* @author Wes Garland, wes@distributive.network
* @date Nov 2024
*/
@layer dcp-style, dcp-client, dcp-modal, dcp-auth;
@import url("./dcp-modal.css") layer(dcp-modal);