33,33%
This commit is contained in:
parent
38802ce669
commit
5f96409fee
1 changed files with 5 additions and 2 deletions
|
@ -57,10 +57,13 @@
|
||||||
button{
|
button{
|
||||||
background-color: $orange;
|
background-color: $orange;
|
||||||
color: white;
|
color: white;
|
||||||
margin-left: 5px;
|
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
width: 33%;
|
width: 33.333333333333333333333333333333333333333333333333333%;
|
||||||
|
&:not(:last-child){
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue