1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00

Added more style functions

This commit is contained in:
Eldad Fux 2020-01-24 15:06:19 +02:00
parent 1726ab05cf
commit e7f89f68d2
3 changed files with 26 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -31,6 +31,30 @@
.func-margin-start(0)!important;
}
.margin-end-negative {
.func-margin-end(-30px)!important;
}
.margin-start-negative {
.func-margin-start(-30px)!important;
}
.margin-end-negative-small {
.func-margin-end(-15px)!important;
}
.margin-start-negative-small {
.func-margin-start(-15px)!important;
}
.margin-end-negative-tiny {
.func-margin-end(-5px)!important;
}
.margin-start-negative-tiny {
.func-margin-start(-5px)!important;
}
.margin-top {
margin-top: 30px!important;
}