urfu-ui-kit-vanilla 1.0.64 → 1.0.65

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +5 -0
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.64",
6
+ "version": "1.0.65",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -348,6 +348,7 @@ button {
348
348
  transition-property: color, background-color, border-color, background-image;
349
349
  transition-duration: 0.15s;
350
350
  transition-timing-function: ease-in-out;
351
+ display: block;
351
352
  cursor: pointer;
352
353
  -webkit-appearance: none;
353
354
  width: 12px;
@@ -522,6 +523,7 @@ button {
522
523
  transition-property: color, background-color, border-color, background-image;
523
524
  transition-duration: 0.15s;
524
525
  transition-timing-function: ease-in-out;
526
+ display: block;
525
527
  cursor: pointer;
526
528
  -webkit-appearance: none;
527
529
  width: 12px;
@@ -760,6 +762,7 @@ button {
760
762
  transition-property: color, background-color, border-color, background-image;
761
763
  transition-duration: 0.15s;
762
764
  transition-timing-function: ease-in-out;
765
+ display: block;
763
766
  cursor: pointer;
764
767
  -webkit-appearance: none;
765
768
  width: 12px;
@@ -1051,6 +1054,7 @@ button {
1051
1054
  transition-property: color, background-color, border-color, background-image;
1052
1055
  transition-duration: 0.15s;
1053
1056
  transition-timing-function: ease-in-out;
1057
+ display: block;
1054
1058
  cursor: pointer;
1055
1059
  -webkit-appearance: none;
1056
1060
  width: 12px;
@@ -1881,6 +1885,7 @@ button {
1881
1885
  border-bottom: 2px solid #1E4391;
1882
1886
  background-color: transparent;
1883
1887
  text-decoration: none;
1888
+ padding-bottom: 0;
1884
1889
  }
1885
1890
  .u-tab-line-secondary {
1886
1891
  cursor: pointer;