@kth/style 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -102,17 +102,11 @@ $icon-size: calc(#{spacing.$space-24} + 2 * var(--space-inner-icon));
|
|
|
102
102
|
|
|
103
103
|
.kth-button.menu::before {
|
|
104
104
|
@include icons.icon-menu;
|
|
105
|
-
width: 20px;
|
|
106
|
-
min-width: 20px;
|
|
107
|
-
height: 20px;
|
|
108
105
|
background-color: var(--color-tertiary);
|
|
109
106
|
}
|
|
110
107
|
|
|
111
108
|
.kth-button.back::before {
|
|
112
109
|
@include icons.icon-arrow-back;
|
|
113
|
-
width: 20px;
|
|
114
|
-
min-width: 20px;
|
|
115
|
-
height: 20px;
|
|
116
110
|
background-color: var(--color-tertiary);
|
|
117
111
|
}
|
|
118
112
|
|
|
@@ -122,9 +116,6 @@ $icon-size: calc(#{spacing.$space-24} + 2 * var(--space-inner-icon));
|
|
|
122
116
|
|
|
123
117
|
.kth-button.previous::before {
|
|
124
118
|
@include icons.icon-arrow-back-500;
|
|
125
|
-
width: 20px;
|
|
126
|
-
min-width: 20px;
|
|
127
|
-
height: 20px;
|
|
128
119
|
background-color: var(--color-text);
|
|
129
120
|
}
|
|
130
121
|
|
|
@@ -134,9 +125,6 @@ $icon-size: calc(#{spacing.$space-24} + 2 * var(--space-inner-icon));
|
|
|
134
125
|
|
|
135
126
|
.kth-button.next::after {
|
|
136
127
|
@include icons.icon-arrow-forward-500;
|
|
137
|
-
width: 20px;
|
|
138
|
-
min-width: 20px;
|
|
139
|
-
height: 20px;
|
|
140
128
|
background-color: var(--color-on-primary);
|
|
141
129
|
}
|
|
142
130
|
}
|