Got rid of some bootstrap css values
parent
e377a77e32
commit
12fc884cad
|
@ -35,37 +35,6 @@
|
|||
user-zoom: fixed;
|
||||
}
|
||||
|
||||
/* Some general style settings (from bootstrap) */
|
||||
:root {
|
||||
--blue: #2196f3;
|
||||
--indigo: #3f51b5;
|
||||
--purple: #9c27b0;
|
||||
--pink: #e91e63;
|
||||
--red: #f44336;
|
||||
--orange: #ff9800;
|
||||
--yellow: #ffeb3b;
|
||||
--green: #4caf50;
|
||||
--teal: #009688;
|
||||
--cyan: #00bcd4;
|
||||
--white: #fff;
|
||||
--gray: #6c757d;
|
||||
--gray-dark: #343a40;
|
||||
--primary: #009688;
|
||||
--secondary: #6c757d;
|
||||
--success: #4caf50;
|
||||
--info: #03a9f4;
|
||||
--warning: #ff5722;
|
||||
--danger: #f44336;
|
||||
--light: #f5f5f5;
|
||||
--dark: #424242;
|
||||
--breakpoint-xs: 0;
|
||||
--breakpoint-sm: 576px;
|
||||
--breakpoint-md: 768px;
|
||||
--breakpoint-lg: 992px;
|
||||
--breakpoint-xl: 1200px;
|
||||
--font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
|
||||
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
html:root {
|
||||
--text: #999;
|
||||
|
|
Loading…
Reference in New Issue