diff options
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 572cec870e..960104230d 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -299,8 +299,40 @@ pre, code { padding: 8px 15px; font-weight: normal; } + + .background { + &.red { + background-color: #d95c5c !important; + } + &.blue { + background-color: #428bca !important; + } + &.black { + background-color: #444; + } + &.grey { + background-color: #767676 !important; + } + &.light.grey { + background-color: #888 !important; + } + &.green { + background-color: #6cc644 !important; + } + &.purple { + background-color: #6e5494 !important; + } + &.yellow { + background-color: #FBBD08 !important; + } + &.gold { + background-color: #a1882b !important; + } + } } + + .overflow.menu { .items { max-height: 300px; @@ -477,4 +509,4 @@ footer { margin-top: 0 !important; border-bottom-width: 0 !important; margin-bottom: 2px !important; -}
\ No newline at end of file +} |