diff options
Diffstat (limited to 'scss/custom.scss')
| -rw-r--r-- | scss/custom.scss | 27 | 
1 files changed, 27 insertions, 0 deletions
| diff --git a/scss/custom.scss b/scss/custom.scss index 5eaba09f4..7f8173d73 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -17,6 +17,11 @@ html{      background-color: $gray-100;  } +body{ +    background-color: transparent; +    position: relative; +} +  label {      margin-bottom: .2rem;      min-height: 1.5rem; @@ -110,6 +115,28 @@ textarea {  .sheet h4 { color: $text-muted; } +#window-fixed-menu{ +    background-color: $gray-200; +    position: fixed; +    right: 0; +    margin-top: 25px; +    z-index: 50; +    width: 200px; +} + +#window-fixed-menu-list li{ +    padding-bottom: 0.5em; +} + + +#window-fixed-menu-list li a.nav-link{ +    background-color: white; +} + +#window-fixed-menu-list li a.nav-link.active{ +    background-color: $nav-pills-link-active-bg; +} +  #window h3{      background-color: $gray-400;  } | 
