demarches-normaliennes/app/assets/stylesheets/new_design/patron.scss
Pierre de La Morinerie 8f3d4de6c3 patron: don't override p style on the patron page
It adds a global styles that messes with the elements we are trying to
present.
2019-02-21 16:49:16 +01:00

12 lines
172 B
SCSS

@import "colors";
.patron {
.patron-section {
margin-bottom: 20px;
}
.icon.download {
background-color: $blue;
box-shadow: 0px 0px 1px 2px $blue;
}
}