"copy" UI related things from chrome
This commit is contained in:
@@ -1 +1,20 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
@use "sass:meta";
|
||||
|
||||
@include meta.load-css("../../../node_modules/bootstrap/scss/bootstrap");
|
||||
@include meta.load-css(
|
||||
"../../../node_modules/bootstrap-icons/font/bootstrap-icons.min.css"
|
||||
);
|
||||
|
||||
// Load the common styles
|
||||
@include meta.load-css("../../common/src/lib/styles/styles.scss");
|
||||
|
||||
body {
|
||||
height: 600px;
|
||||
width: 375px;
|
||||
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
background: var(--background);
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user