You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cvm/scss/style.scss

66 lines
730 B
SCSS

body {
background-color: rgb(228, 228, 228);
margin: 0px;
font-family: sans-serif;
}
.content {
padding: 8px;
}
.form-section {
}
label {
margin-right: 12px;
}
.menu {
background-color: rgb(0, 4, 36);
h1, .menu-item {
display: inline-block;
color: white;
}
h1 {
margin: 0px 16px;
}
.menu-item {
a {
color: white;
text-decoration: none;
padding: 15px 9px 5px 9px;
}
&.active {
a {
background-color: rgb(228, 228, 228);
color: black;
}
}
&:not(.active) {
a:hover {
background-color: rgb(175, 175, 175);
color: black;
}
}
}
}
table {
border-collapse: collapse;
th, td {
padding: 6px 9px;
border: 1px solid black;
}
th {
text-align: left;
}
}