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

89 lines
1.2 KiB

3 years ago
/* You can add global styles to this file, and also import other style files */
$primary: #183650;
$secondary: #e77620;
$accent: #e1e4e6;
$error: #b53333;
$success: #0b7023;
$info: #fff;
$warning: #e07612;
label {
color: $primary;
font-weight: bold;
}
input {
font-size: 1em;
padding: .3rem;
margin: .5rem;
}
button {
padding: 5px;
text-decoration: none;
margin: 2px;
display: inline-block;
background-color: $secondary;
color: white;
border-radius: 4px;
}
button:hover {
background-color: $primary;
}
button:disabled {
background-color: #eee;
color: #ccc;
cursor: auto;
}
.entities {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 15em;
}
.entities li {
position: relative;
cursor: pointer;
}
.entities li:hover {
left: .1em;
}
.entities a, td a {
padding: 5px;
text-decoration: none;
margin: 2px;
display: inline-block;
background-color: $secondary;
color: white;
border-radius: 4px;
}
.entities a:hover {
background-color: $primary;
}
.entities a:active {
background-color: #525252;
color: #fafafa;
}
td {
align-content: center;
text-align: center;
}
.list {
padding: 0 30px;
}
th{
text-align: center;
}