Rename zero
suffix to none
for clarity of purpose
This commit is contained in:
parent
2635b6a18a
commit
19acd943e7
4 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
* Margins
|
||||
*/
|
||||
|
||||
.margin-top-zero {
|
||||
.margin-top-none {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
margin-top: map-deep-get($config-global, "spacing", "vertical") !important;
|
||||
}
|
||||
|
||||
.margin-bottom-zero {
|
||||
.margin-bottom-none {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -697,7 +697,7 @@ table th,
|
|||
/*
|
||||
* Margins
|
||||
*/
|
||||
.margin-top-zero {
|
||||
.margin-top-none {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
|
@ -709,7 +709,7 @@ table th,
|
|||
margin-top: 32px !important;
|
||||
}
|
||||
|
||||
.margin-bottom-zero {
|
||||
.margin-bottom-none {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -2060,7 +2060,7 @@ table th,
|
|||
/*
|
||||
* Margins
|
||||
*/
|
||||
.margin-top-zero {
|
||||
.margin-top-none {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
|
@ -2072,7 +2072,7 @@ table th,
|
|||
margin-top: 32px !important;
|
||||
}
|
||||
|
||||
.margin-bottom-zero {
|
||||
.margin-bottom-none {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -2065,7 +2065,7 @@ table th,
|
|||
/*
|
||||
* Margins
|
||||
*/
|
||||
.margin-top-zero {
|
||||
.margin-top-none {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
|
@ -2077,7 +2077,7 @@ table th,
|
|||
margin-top: 32px !important;
|
||||
}
|
||||
|
||||
.margin-bottom-zero {
|
||||
.margin-bottom-none {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue