Skip to content

Commit dae7802

Browse files
committed
Less colors
1 parent 395a286 commit dae7802

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

resources/assets/scripts/components/dashboard/ServerBox.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<template>
22
<div class="server-card animated-fade-in hover:shadow-md">
3-
<div class="content h-32 relative" :class="{
4-
'is-online': status === 'online',
5-
'is-offline': status === 'offline'
6-
}">
3+
<div class="content h-32 relative">
74
<router-link :to="link">
85
<h2 class="text-xl flex flex-row items-center mb-2">
96
<div class="identifier-icon select-none" :class="{

resources/assets/styles/components/miscellaneous.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ code {
8282
& > .content {
8383
@apply .border .border-grey-light .bg-white .no-underline .block .text-black .p-4;
8484
border-top: 4px solid config('colors.grey-light') !important;
85-
86-
&.is-online {
87-
border-top-color: config('colors.green') !important;
88-
}
89-
90-
&.is-offline {
91-
border-top-color: config('colors.red') !important;
92-
}
9385
}
9486

9587
& > .footer {

0 commit comments

Comments
 (0)