mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
add margin beyond buttons
This commit is contained in:
parent
0e84e8c5a2
commit
c1b46b9cb0
@ -26,3 +26,8 @@ Version 1.5.4
|
|||||||
- create function "OVERLAPSI", which will detect period of date overlapping, replacing NULL date by infinity or -infinity (see [postgresql page for date time function and operators](https://www.postgresql.org/docs/9.6/static/functions-datetime.html))
|
- create function "OVERLAPSI", which will detect period of date overlapping, replacing NULL date by infinity or -infinity (see [postgresql page for date time function and operators](https://www.postgresql.org/docs/9.6/static/functions-datetime.html))
|
||||||
- add repository for Center class
|
- add repository for Center class
|
||||||
|
|
||||||
|
Master branch
|
||||||
|
=============
|
||||||
|
|
||||||
|
- add margin of 0.5rem beyond buttons ;
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
.sc-button {
|
.sc-button {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
|
||||||
&.bt-submit, &.bt-save, &.bt-create, &.bt-new {
|
&.bt-submit, &.bt-save, &.bt-create, &.bt-new {
|
||||||
@include button($green, $white);
|
@include button($green, $white);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user