mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1137 Add Negative Spacings
This commit is contained in:
@@ -68,6 +68,15 @@ $sides: (top, bottom, left, right); // Leave this variable alone
|
||||
}
|
||||
}
|
||||
|
||||
@each $side in $sides {
|
||||
.isa-m#{str-slice($side, 0, 1)}-n#{$space} {
|
||||
margin-#{$side}: #{-$space}px !important;
|
||||
}
|
||||
.isa-p#{str-slice($side, 0, 1)}-n#{$space} {
|
||||
padding-#{$side}: #{-$space}px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@each $side in $sides {
|
||||
.isa-m#{str-slice($side, 0, 1)}-auto {
|
||||
margin-#{$side}: auto !important;
|
||||
|
||||
Reference in New Issue
Block a user