New formula manager
This commit is contained in:
@ -1,8 +1,21 @@
|
||||
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
||||
@import url('https://use.fontawesome.com/releases/v5.1.0/css/all.css');
|
||||
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css');
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
|
||||
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
|
||||
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Roboto+Condensed');
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
@ -10,6 +23,11 @@ body {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #292929;
|
||||
}
|
||||
|
||||
.button-fix {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
a,
|
||||
|
7
src/assets/css/bootstrap.min.css
vendored
Normal file
7
src/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
src/assets/img/splatter.jpg
Normal file
BIN
src/assets/img/splatter.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 703 KiB |
BIN
src/assets/img/starthere.png
Normal file
BIN
src/assets/img/starthere.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Reference in New Issue
Block a user