Less colors
This commit is contained in:
parent
395a2860e7
commit
dae780249f
2 changed files with 1 additions and 12 deletions
|
@ -1,9 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="server-card animated-fade-in hover:shadow-md">
|
<div class="server-card animated-fade-in hover:shadow-md">
|
||||||
<div class="content h-32 relative" :class="{
|
<div class="content h-32 relative">
|
||||||
'is-online': status === 'online',
|
|
||||||
'is-offline': status === 'offline'
|
|
||||||
}">
|
|
||||||
<router-link :to="link">
|
<router-link :to="link">
|
||||||
<h2 class="text-xl flex flex-row items-center mb-2">
|
<h2 class="text-xl flex flex-row items-center mb-2">
|
||||||
<div class="identifier-icon select-none" :class="{
|
<div class="identifier-icon select-none" :class="{
|
||||||
|
|
|
@ -82,14 +82,6 @@ code {
|
||||||
& > .content {
|
& > .content {
|
||||||
@apply .border .border-grey-light .bg-white .no-underline .block .text-black .p-4;
|
@apply .border .border-grey-light .bg-white .no-underline .block .text-black .p-4;
|
||||||
border-top: 4px solid config('colors.grey-light') !important;
|
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 {
|
& > .footer {
|
||||||
|
|
Loading…
Reference in a new issue