21 lines
454 B
SCSS
21 lines
454 B
SCSS
@import "tailwindcss";
|
|
@import url('https://fonts.googleapis.com/css2?family=Intel+One+Mono:ital,wght@0,300..700;1,300..700&display=swap');
|
|
|
|
h1,h2,h3,h4,h5,h6,
|
|
label,span,input,{
|
|
font-family: 'Intel One Mono', monospace;
|
|
}
|
|
|
|
.card-server {
|
|
padding: 0 !important;
|
|
.header{
|
|
border-bottom: 1px solid var(--color-gray-700);
|
|
padding: 0.5rem;
|
|
background: var(--color-gray-700);
|
|
}
|
|
}
|
|
|
|
.bg-RUNNING{
|
|
background: green;
|
|
}
|