demarches-normaliennes/app/assets/stylesheets/demarches_index.scss

37 lines
493 B
SCSS
Raw Normal View History

@import "colors";
#demarches-index {
margin-bottom: 30px;
}
.page-title {
margin-top: 30px;
margin-bottom: 30px;
}
.list-header {
2020-06-11 14:33:15 +02:00
color: $dark-grey;
font-weight: bold;
margin-bottom: 10px;
}
.demarche-links {
border-top: 1px solid $border-grey;
margin-bottom: 30px;
}
.demarche-link {
display: block;
padding: 10px;
border-bottom: 1px solid $border-grey;
width: 100%;
&:hover {
background-color: $lighter-blue;
}
}
.service-name {
2020-06-11 14:33:15 +02:00
color: $dark-grey;
}