@navikt/ds-css 0.13.0-rc.32 → 0.13.0
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/button.css +1 -7
- package/dist/index.css +69 -100
- package/index.css +0 -1
- package/package.json +3 -3
- package/table.css +0 -40
- package/pagination.css +0 -16
- package/yarn-error.log +0 -17115
package/button.css
CHANGED
|
@@ -99,11 +99,6 @@
|
|
|
99
99
|
min-width: 32px;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.navds-button--xsmall {
|
|
103
|
-
padding: 0.125rem 0.375rem;
|
|
104
|
-
min-width: 24px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
102
|
.navds-button:focus {
|
|
108
103
|
outline: none;
|
|
109
104
|
box-shadow: var(--navds-shadow-focus);
|
|
@@ -120,8 +115,7 @@
|
|
|
120
115
|
font-size: 1.5rem;
|
|
121
116
|
}
|
|
122
117
|
|
|
123
|
-
.navds-button--small svg
|
|
124
|
-
.navds-button--xsmall svg {
|
|
118
|
+
.navds-button--small svg {
|
|
125
119
|
font-size: 1.25rem;
|
|
126
120
|
}
|
|
127
121
|
|