scss/toolkit/components/matrix.scss in titon-toolkit-1.0.5 vs scss/toolkit/components/matrix.scss in titon-toolkit-1.1.0.rc.1
- old
+ new
@@ -5,17 +5,14 @@
*/
@import "../common";
.#{$vendor-prefix}matrix {
+ @include reset-list;
position: relative;
- list-style: none;
- margin: 0;
- padding: 0;
-
@include clear-fix;
- &.no-columns .#{$vendor-prefix}matrix-item {
+ &.#{$state-has-prefix}no-columns .#{$vendor-prefix}matrix-item {
position: relative !important;
}
}
.#{$vendor-prefix}matrix-item {
\ No newline at end of file