-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1033 from psDevUK/master
Fixes issue with no space under navbar
- Loading branch information
Showing
1 changed file
with
125 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,227 +1,231 @@ | ||
@{ | ||
Name = "Azure" | ||
Definition = @{ | ||
Name = "Azure" | ||
Definition = @{ | ||
UDDashboard = @{ | ||
BackgroundColor = "#333333" | ||
FontColor = "#FFFFF" | ||
} | ||
UDNavBar = @{ | ||
} | ||
UDNavBar = @{ | ||
BackgroundColor = "#1c1c1c" | ||
FontColor = "#55b3ff" | ||
} | ||
UDCard= @{ | ||
} | ||
UDCard= @{ | ||
BackgroundColor = "#252525" | ||
FontColor = "#FFFFFF" | ||
'border-radius' = "12px" | ||
} | ||
UDChart = @{ | ||
} | ||
UDChart= @{ | ||
BackgroundColor = "#252525" | ||
FontColor = "#FFFFFF" | ||
'border-radius' = "12px" | ||
} | ||
UDMonitor= @{ | ||
} | ||
UDMonitor= @{ | ||
BackgroundColor = "#252525" | ||
FontColor = "#FFFFFF" | ||
'border-radius' = "12px" | ||
} | ||
UDTable = @{ | ||
} | ||
UDTable= @{ | ||
BackgroundColor = "#252525" | ||
FontColor = "#FFFFFF" | ||
'border-radius' = "12px" | ||
} | ||
UDGrid= @{ | ||
} | ||
UDGrid= @{ | ||
BackgroundColor = "#252525" | ||
FontColor = "#FFFFFF" | ||
'border-radius' = "12px" | ||
} | ||
UDCounter= @{ | ||
} | ||
UDCounter= @{ | ||
BackgroundColor = "#252525" | ||
FontColor = "#FFFFFF" | ||
'border-radius' = "12px" | ||
} | ||
UDInput = @{ | ||
} | ||
UDInput= @{ | ||
BackgroundColor = "#252525" | ||
FontColor = "#FFFFFF" | ||
|
||
} | ||
UDFooter = @{ | ||
} | ||
UDFooter = @{ | ||
BackgroundColor = "#1c1c1c" | ||
FontColor = "#55b3ff" | ||
"margin-top" = "4% !important" | ||
} | ||
'.tabs' = @{ | ||
} | ||
'.tabs'= @{ | ||
'color'= "#55b3ff" | ||
'margin-top' = "64px" | ||
'background-color' = "#333333" | ||
'z-index' = "9998" | ||
} | ||
'.tabs .tab'= @{ | ||
} | ||
'.tabs .tab'= @{ | ||
'color' = "#252525" | ||
} | ||
} | ||
|
||
'.tabs .tab a:hover' = @{ | ||
'.tabs .tab a:hover' = @{ | ||
'background-color' = "#252525" | ||
'color'= "#55b3ff" | ||
} | ||
} | ||
|
||
'.tabs .tab a.active'= @{ | ||
'.tabs .tab a.active'= @{ | ||
'background-color' = "#1c1c1c" | ||
'color'= "#55b3ff" | ||
} | ||
'.tabs .tab a:focus.active'= @{ | ||
} | ||
'.tabs .tab a:focus.active'= @{ | ||
|
||
'background-color' = "#252525" | ||
'color'= "#55b3ff" | ||
} | ||
'.tabs .indicator'= @{ | ||
} | ||
'.tabs .indicator'= @{ | ||
'background-color' = "#55b3ff" | ||
} | ||
'.tabs .tab a' = @{ | ||
} | ||
'.tabs .tab a' = @{ | ||
'color' = "#FFFFFF" | ||
} | ||
} | ||
|
||
'[type="radio"]:checked + span::after' = @{ | ||
'[type="radio"]:checked + span::after' = @{ | ||
|
||
'background-color' = "#55b3ff" | ||
|
||
} | ||
'.pagination li a'= @{ | ||
} | ||
'.pagination li a'= @{ | ||
'color' = "#fff !important" | ||
} | ||
".ud-navbar"= @{ | ||
} | ||
".ud-navbar"= @{ | ||
'width' = "100%" | ||
'position' = "fixed" | ||
'z-index' = "9999" | ||
} | ||
'nav' = @{ | ||
'left' = "0" | ||
'z-index'= "9999" | ||
} | ||
'nav' = @{ | ||
'left'= "0" | ||
'right' = "0" | ||
|
||
} | ||
'input:not([type]), input[type="date"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="text"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="url"]:not(.browser-default), textarea.materialize-textarea' = @{ | ||
} | ||
'input:not([type]), input[type="date"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="text"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="url"]:not(.browser-default), textarea.materialize-textarea' = @{ | ||
'border-bottom' = "1px solid #55b3ff" | ||
'color'= "#FFFFFF" | ||
} | ||
'.select-wrapper input.select-dropdown'= @{ | ||
} | ||
'.select-wrapper input.select-dropdown'= @{ | ||
'color'= "#ffffff" | ||
'border-bottom' = "1px solid #55b3ff" | ||
'border-block-end-color' = "#55b3ff" | ||
} | ||
'.dropdown-content' = @{ | ||
} | ||
'.dropdown-content'= @{ | ||
'background-color' = "#333333" | ||
} | ||
'.btn'= @{ | ||
} | ||
'.btn'= @{ | ||
'color'= "#1c1c1c" | ||
'background-color' = "#bababa" | ||
'border-radius' = "8px" | ||
} | ||
'.btn:hover'= @{ | ||
} | ||
'.btn:hover'= @{ | ||
'color'= "#ffffff" | ||
'background-color' = "#55b3ff" | ||
} | ||
'.btn-floating'= @{ | ||
} | ||
'.btn-floating'= @{ | ||
'color'= "#1c1c1c" | ||
'background-color' = "#bababa" | ||
} | ||
'.select-dropdown li span' = @{ | ||
} | ||
'.select-dropdown li span' = @{ | ||
'color' = "#ffffff" | ||
} | ||
} | ||
|
||
'.sidenav' = @{ | ||
'.sidenav'= @{ | ||
'background-color' = "#1c1c1c" | ||
'margin-top' = "75px" | ||
'height' = "77%" | ||
'height'= "77%" | ||
'border-radius' = "8px" | ||
'box-shadow' = "none" | ||
'z-index' = "0" | ||
'color'= "#fff" | ||
} | ||
} | ||
|
||
'.sidenav a:hover'= @{ | ||
'.sidenav a:hover'= @{ | ||
'background-color' = "#1e353f" | ||
'color'= "#55b3ff" | ||
} | ||
'.sidenav li > a' = @{ | ||
'color' = "#f1f1f1" | ||
} | ||
'.sidenav li > a' = @{ | ||
'color'= "#f1f1f1" | ||
'font-size' = "18px" | ||
} | ||
'li' = @{ | ||
} | ||
'li'= @{ | ||
'color' = "#55b3ff" | ||
} | ||
'.collapsible-header'= @{ | ||
} | ||
'.collapsible-header'= @{ | ||
'background-color' = "#252525" | ||
'border-bottom' = "1px solid #55b3ff" | ||
} | ||
'.collapsible' = @{ | ||
} | ||
'.collapsible' = @{ | ||
"border-top"= "1px solid #55b3ff" | ||
"border-right" = "1px solid #55b3ff" | ||
"border-left" = "1px solid #55b3ff" | ||
"border-left"= "1px solid #55b3ff" | ||
'margin' = ".5rem 0 1rem" | ||
} | ||
'h'= @{ | ||
} | ||
'h'= @{ | ||
"color" = "#fff !important" | ||
} | ||
'h3, h4' = @{ | ||
'line-height' = "110%" | ||
'color' = "#fff" | ||
} | ||
'.collapsible-body' = @{ | ||
'h3, h4' = @{ | ||
'line-height' = "110%" | ||
'color' = "#fff" | ||
} | ||
'.collapsible-body'= @{ | ||
"background-color" = "#252525" | ||
"border-bottom" = "1px solid #55b3ff" | ||
} | ||
'[type="checkbox"]:checked + span:not(.lever)::before'= @{ | ||
"border-right" = "2px solid #55b3ff" | ||
} | ||
'[type="checkbox"]:checked + span:not(.lever)::before'= @{ | ||
"border-right"= "2px solid #55b3ff" | ||
"border-bottom" = "2px solid #55b3ff" | ||
} | ||
'.collection .collection-item'= @{ | ||
} | ||
'.collection .collection-item'= @{ | ||
'background-color' = "#252525" | ||
} | ||
'img' = @{ | ||
} | ||
'img' = @{ | ||
'border-radius' = "8px" | ||
'float'= "left" | ||
} | ||
'.pagination li.active' = @{ | ||
} | ||
'.pagination li.active' = @{ | ||
'background-color' = "#55b3ff" | ||
} | ||
'.divider' = @{ | ||
'height' = "1px" | ||
} | ||
'.divider'= @{ | ||
'height'= "1px" | ||
'overflow'= "hidden" | ||
'background-color' = "#55b3ff" | ||
} | ||
'.sidenav .collapsible-header'= @{ | ||
} | ||
'.sidenav .collapsible-header'= @{ | ||
'color'= "#fff !important" | ||
'background-color' = "#1c1c1c !important" | ||
'font-size' = "18px" | ||
} | ||
'ul:not(.browser-default)' = @{ | ||
'padding-left' = "0" | ||
'list-style-type' = "none" | ||
'font-size'= "18px" | ||
} | ||
'ul:not(.browser-default)' = @{ | ||
'padding-left'= "0" | ||
'list-style-type'= "none" | ||
'background-color' = "#1c1c1c" | ||
} | ||
'.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating)'= @{ | ||
'color' = "#55b3ff" | ||
} | ||
'.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating)'= @{ | ||
'color'= "#55b3ff" | ||
'margin-right' = "24px" | ||
'-webkit-transition' = "color .3s ease" | ||
'transition'= "color .3s ease" | ||
'text-transform' = "uppercase" | ||
} | ||
'.btn-flat' = @{ | ||
'color' = "#fff" | ||
} | ||
'.sidenav .subheader' = @{ | ||
'color' = "#fff" | ||
'font-size' = "18px" | ||
} | ||
'.svg-inline--fa' = @{ | ||
'color' = "#fff" | ||
} | ||
'.modal' = @{ | ||
'z-index' = "9999 !important" | ||
'max-width' = "90% !important" | ||
'max-height' = "90% !important" | ||
'width' = "90% !important" | ||
'color' = "#000" | ||
'background-color' = "#a3a3a3" | ||
'text-transform'= "uppercase" | ||
} | ||
'.btn-flat' = @{ | ||
'color' = "#fff" | ||
} | ||
'.sidenav .subheader' = @{ | ||
'color' = "#fff" | ||
'font-size' = "18px" | ||
} | ||
'.svg-inline--fa' = @{ | ||
'color' = "#fff" | ||
} | ||
'.modal'= @{ | ||
'z-index' = "9999 !important" | ||
'max-width' = "90% !important" | ||
'max-height' = "90% !important" | ||
'width' = "90% !important" | ||
'color' = "#000" | ||
'background-color' = "#a3a3a3" | ||
} | ||
'header, nav, section' = @{ | ||
'display' = "block" | ||
'margin-bottom' = "5%" | ||
} | ||
} | ||
} |