urfu-ui-kit-vanilla 1.0.2 → 1.0.3

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
@@ -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.2",
6
+ "version": "1.0.3",
7
7
  "type": "module",
8
8
  "repository": {
9
9
  "type": "git",
package/src/main.css CHANGED
@@ -64,36 +64,6 @@
64
64
  scrollbar-width: 8px;
65
65
  /*Толщина скролла thin, auto*/
66
66
  }
67
- body {
68
- background-color: #F5F5F5;
69
- }
70
- #app {
71
- padding: 15px 20px;
72
- max-width: 920px;
73
- margin: 30px auto 20px;
74
- background-color: #FFFFFF;
75
- height: 100%;
76
- border-radius: 10px;
77
- }
78
- section {
79
- margin-bottom: 20px;
80
- }
81
- .flex {
82
- display: flex;
83
- justify-content: space-between;
84
- }
85
- .container {
86
- display: grid;
87
- grid-template-columns: repeat(4, 1fr);
88
- gap: 10px;
89
- }
90
- h2 {
91
- font-weight: 600;
92
- font-size: 40px;
93
- line-height: 48px;
94
- color: #1E4391;
95
- margin-bottom: 10px;
96
- }
97
67
  .u-button {
98
68
  height: 48px;
99
69
  padding: 0 50px;
@@ -1183,33 +1153,3 @@ h5 {
1183
1153
  scrollbar-width: 8px;
1184
1154
  /*Толщина скролла thin, auto*/
1185
1155
  }
1186
- body {
1187
- background-color: #F5F5F5;
1188
- }
1189
- #app {
1190
- padding: 15px 20px;
1191
- max-width: 920px;
1192
- margin: 30px auto 20px;
1193
- background-color: #FFFFFF;
1194
- height: 100%;
1195
- border-radius: 10px;
1196
- }
1197
- section {
1198
- margin-bottom: 20px;
1199
- }
1200
- .flex {
1201
- display: flex;
1202
- justify-content: space-between;
1203
- }
1204
- .container {
1205
- display: grid;
1206
- grid-template-columns: repeat(4, 1fr);
1207
- gap: 10px;
1208
- }
1209
- h2 {
1210
- font-weight: 600;
1211
- font-size: 40px;
1212
- line-height: 48px;
1213
- color: #1E4391;
1214
- margin-bottom: 10px;
1215
- }
package/src/main.less CHANGED
@@ -63,38 +63,38 @@
63
63
 
64
64
  // страница показа
65
65
 
66
- body {
67
- background-color: #F5F5F5;
68
- }
69
-
70
- #app {
71
- padding: 15px 20px;
72
- max-width: 920px;
73
- margin: 30px auto 20px;
74
- background-color: @clr-secondary-empty;
75
- height: 100%;
76
- border-radius: @radius;
77
- }
78
-
79
- section {
80
- margin-bottom: 20px;
81
- }
82
-
83
- .flex {
84
- display: flex;
85
- justify-content: space-between;
86
- }
87
-
88
- .container {
89
- display: grid;
90
- grid-template-columns: repeat(4, 1fr);
91
- gap: 10px;
92
- }
93
-
94
- h2 {
95
- font-weight: 600;
96
- font-size: 40px;
97
- line-height: 48px;
98
- color: #1E4391;
99
- margin-bottom: 10px;
100
- }
66
+ // body {
67
+ // background-color: #F5F5F5;
68
+ // }
69
+
70
+ // #app {
71
+ // padding: 15px 20px;
72
+ // max-width: 920px;
73
+ // margin: 30px auto 20px;
74
+ // background-color: @clr-secondary-empty;
75
+ // height: 100%;
76
+ // border-radius: @radius;
77
+ // }
78
+
79
+ // section {
80
+ // margin-bottom: 20px;
81
+ // }
82
+
83
+ // .flex {
84
+ // display: flex;
85
+ // justify-content: space-between;
86
+ // }
87
+
88
+ // .container {
89
+ // display: grid;
90
+ // grid-template-columns: repeat(4, 1fr);
91
+ // gap: 10px;
92
+ // }
93
+
94
+ // h2 {
95
+ // font-weight: 600;
96
+ // font-size: 40px;
97
+ // line-height: 48px;
98
+ // color: #1E4391;
99
+ // margin-bottom: 10px;
100
+ // }