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

13 lines
200 B
SCSS
Raw Normal View History

@import "colors";
2017-06-14 14:42:09 +02:00
.patron {
.patron-section {
2017-06-14 14:57:30 +02:00
margin-bottom: 20px;
}
.icon.download-white {
2021-09-20 15:04:24 +02:00
background-color: $blue-france-500;
box-shadow: 0px 0px 1px 2px $blue-france-500;
}
2017-06-14 14:42:09 +02:00
}