db0fede521
- Turn the "accepted" infos into standard dropdown sections - Display the justificatif even if there is no motivation
12 lines
178 B
SCSS
12 lines
178 B
SCSS
@import "colors";
|
|
|
|
.patron {
|
|
.patron-section {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.icon.download-white {
|
|
background-color: $blue;
|
|
box-shadow: 0px 0px 1px 2px $blue;
|
|
}
|
|
}
|