(add) load more buttons style.

This commit is contained in:
Gabriel Rodriguez Alsina 2018-12-26 15:33:31 -03:00
parent ebb5142daf
commit a3be2f35d3
5 changed files with 2 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 639 B

View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="18">
<path fill="#6ac9b9" fill-rule="evenodd" d="M14 18H1a1 1 0 0 1-1-1v-6a1 1 0 0 1 2 0v4.969h11V5H3.491l1.215 1.215a1.033 1.033 0 0 1-1.46 1.46L.325 4.754a1.013 1.013 0 0 1-.228-.35C.091 4.392.08 4.383.075 4.371a1.036 1.036 0 0 1 .221-1.136L3.235.296a1.038 1.038 0 1 1 1.469 1.469L3.469 3H14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z"/>
</svg>

Before

Width:  |  Height:  |  Size: 399 B

View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="18">
<path fill="#5C34A2" fill-rule="evenodd" d="M14 18H1a1 1 0 0 1-1-1v-6a1 1 0 0 1 2 0v4.969h11V5H3.491l1.215 1.215a1.033 1.033 0 0 1-1.46 1.46L.325 4.754a1.013 1.013 0 0 1-.228-.35C.091 4.392.08 4.383.075 4.371a1.036 1.036 0 0 1 .221-1.136L3.235.296a1.038 1.038 0 1 1 1.469 1.469L3.469 3H14a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z"/>
</svg>

Before

Width:  |  Height:  |  Size: 399 B

View File

@ -61,18 +61,7 @@ textarea {
background-image: url('#{ $base-images-path }/icons/icon-add.svg');
@include btn-background-properties();
}
&.btn-load-more {
background-image: url('#{ $base-images-path }/icons/icon-load-more.svg');
border-radius: 5px;
border: 2px solid $poa-purple;
font-size: 17px;
font-weight: 400;
@include btn-background-properties();
.sokol & {
background-image: url('#{ $base-images-path }/icons/icon-load-more-sokol.svg');
border-color: $sokol-cyan;
}
}
&.btn-transparent {
color: $poa-purple;
background-color: transparent;

File diff suppressed because one or more lines are too long