create circle button ok

This commit is contained in:
Gaëlle Morin 2019-11-04 15:12:11 +01:00
parent ff2b07afb4
commit 12ffa2467a
2 changed files with 10 additions and 0 deletions

View File

@ -101,6 +101,15 @@ a {
} }
} }
sib-link.yellow-button {
@include icon('plus');
&::before {
font-size: 1.6rem;
margin-right: 1rem;
}
}
sib-delete { sib-delete {
button { button {

View File

@ -44,6 +44,7 @@
>sib-display-value[name='name'] { >sib-display-value[name='name'] {
color: #3C3F57; color: #3C3F57;
font-weight: 600; font-weight: 600;
padding-top: 2.5rem;
} }
>sib-set-default[name='own'] { >sib-set-default[name='own'] {