blob: b8a7db0348ce11cdf210cfac9900f54e3c813004 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 | // this file is for overriding all the css from installed node modules
// goldenlayout stuff
div .lm_header {
    background: $dark-color;
}
.lm_tab {
    //   margin-top: 0.6em !important;
    //   padding-top: 0.5em !important;
    //   min-height: 1.35em;
    //   padding-bottom: 0px;
    //   border-radius: 5px;
    font-family: $sans-serif !important;
}
.lm_header .lm_controls {
    right: 1em !important;
}
// @TODO the ril__navgiation buttons in the img gallery are a lil messed up but I can't figure out
// why. Low priority for now but it's bugging me. --Julie
 |