Less colors
This commit is contained in:
parent
395a2860e7
commit
dae780249f
2 changed files with 1 additions and 12 deletions
|
@ -82,14 +82,6 @@ code {
|
|||
& > .content {
|
||||
@apply .border .border-grey-light .bg-white .no-underline .block .text-black .p-4;
|
||||
border-top: 4px solid config('colors.grey-light') !important;
|
||||
|
||||
&.is-online {
|
||||
border-top-color: config('colors.green') !important;
|
||||
}
|
||||
|
||||
&.is-offline {
|
||||
border-top-color: config('colors.red') !important;
|
||||
}
|
||||
}
|
||||
|
||||
& > .footer {
|
||||
|
|
Reference in a new issue