Merge pull request #191 from CartoDB/arrow-mini

add arrow mini
This commit is contained in:
Carlos Matallín 2018-02-06 19:00:14 +01:00 committed by GitHub
commit d8c5b2fe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,17 @@ Description
} }
} }
.CDB-ArrowToogle.is-mini {
&::before {
left: 3px;
width: 6px;
}
&::after {
right: 3px;
width: 6px;
}
}
.CDB-ArrowToogle.is-blue { .CDB-ArrowToogle.is-blue {
&::before { &::before {
background: $cBlue; background: $cBlue;