8f3d4de6c3
It adds a global styles that messes with the elements we are trying to present.
12 lines
172 B
SCSS
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;
|
|
}
|
|
}
|