first commit
This commit is contained in:
29
style/main.css
Normal file
29
style/main.css
Normal file
@@ -0,0 +1,29 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gui {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
z-index: 100;
|
||||
background: rgba(255, 255, 255, 0.0666666667);
|
||||
color: #ffffff;
|
||||
padding: 15px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.gui .label {
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: rgba(255, 255, 255, 0.5333333333);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
1
style/main.css.map
Normal file
1
style/main.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["main.scss"],"names":[],"mappings":"AAAA;EACC;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA","file":"main.css"}
|
28
style/main.scss
Normal file
28
style/main.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gui {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
z-index: 100;
|
||||
background: #ffffff11;
|
||||
color: #ffffff;
|
||||
padding: 15px;
|
||||
border-radius: 5px;
|
||||
|
||||
.label {
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: #ffffff88;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user