Files
info-user/server/static/style.css
T

37 lines
475 B
CSS

body {
background-color: #f5f6f7;
}
.navbar-brand {
font-weight: 600;
}
.card {
border-radius: 0.75rem;
border: 0;
}
.table th {
font-weight: 600;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.badge {
font-size: 0.85rem;
}
.last-seen {
white-space: nowrap;
font-size: 0.9rem;
}
#computers-table tbody tr {
cursor: default;
}
#computers-table tbody tr:hover {
background-color: #f8f9fa;
}