"copy" UI related things from chrome

This commit is contained in:
DEV Sam Hayes
2025-02-04 20:19:30 +01:00
parent 601ac8cd49
commit b20faf2359
100 changed files with 3514 additions and 362 deletions

View File

@@ -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;
}