urfu-ui-kit-vanilla 1.0.0 → 1.0.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 +1 -1
- package/src/main.css +0 -60
- package/src/main.less +30 -30
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -189,36 +189,6 @@ a img {
|
|
|
189
189
|
scrollbar-width: 8px;
|
|
190
190
|
/*Толщина скролла thin, auto*/
|
|
191
191
|
}
|
|
192
|
-
body {
|
|
193
|
-
background-color: #F5F5F5;
|
|
194
|
-
}
|
|
195
|
-
#app {
|
|
196
|
-
padding: 15px 20px;
|
|
197
|
-
max-width: 920px;
|
|
198
|
-
margin: 30px auto 20px;
|
|
199
|
-
background-color: #FFFFFF;
|
|
200
|
-
height: 100%;
|
|
201
|
-
border-radius: 10px;
|
|
202
|
-
}
|
|
203
|
-
section {
|
|
204
|
-
margin-bottom: 20px;
|
|
205
|
-
}
|
|
206
|
-
.flex {
|
|
207
|
-
display: flex;
|
|
208
|
-
justify-content: space-between;
|
|
209
|
-
}
|
|
210
|
-
.container {
|
|
211
|
-
display: grid;
|
|
212
|
-
grid-template-columns: repeat(4, 1fr);
|
|
213
|
-
gap: 10px;
|
|
214
|
-
}
|
|
215
|
-
h2 {
|
|
216
|
-
font-weight: 600;
|
|
217
|
-
font-size: 40px;
|
|
218
|
-
line-height: 48px;
|
|
219
|
-
color: #1E4391;
|
|
220
|
-
margin-bottom: 10px;
|
|
221
|
-
}
|
|
222
192
|
.u-button {
|
|
223
193
|
height: 48px;
|
|
224
194
|
padding: 0 50px;
|
|
@@ -1293,33 +1263,3 @@ h5 {
|
|
|
1293
1263
|
scrollbar-width: 8px;
|
|
1294
1264
|
/*Толщина скролла thin, auto*/
|
|
1295
1265
|
}
|
|
1296
|
-
body {
|
|
1297
|
-
background-color: #F5F5F5;
|
|
1298
|
-
}
|
|
1299
|
-
#app {
|
|
1300
|
-
padding: 15px 20px;
|
|
1301
|
-
max-width: 920px;
|
|
1302
|
-
margin: 30px auto 20px;
|
|
1303
|
-
background-color: #FFFFFF;
|
|
1304
|
-
height: 100%;
|
|
1305
|
-
border-radius: 10px;
|
|
1306
|
-
}
|
|
1307
|
-
section {
|
|
1308
|
-
margin-bottom: 20px;
|
|
1309
|
-
}
|
|
1310
|
-
.flex {
|
|
1311
|
-
display: flex;
|
|
1312
|
-
justify-content: space-between;
|
|
1313
|
-
}
|
|
1314
|
-
.container {
|
|
1315
|
-
display: grid;
|
|
1316
|
-
grid-template-columns: repeat(4, 1fr);
|
|
1317
|
-
gap: 10px;
|
|
1318
|
-
}
|
|
1319
|
-
h2 {
|
|
1320
|
-
font-weight: 600;
|
|
1321
|
-
font-size: 40px;
|
|
1322
|
-
line-height: 48px;
|
|
1323
|
-
color: #1E4391;
|
|
1324
|
-
margin-bottom: 10px;
|
|
1325
|
-
}
|
package/src/main.less
CHANGED
|
@@ -60,38 +60,38 @@
|
|
|
60
60
|
|
|
61
61
|
// страница показа
|
|
62
62
|
|
|
63
|
-
body {
|
|
64
|
-
|
|
65
|
-
}
|
|
63
|
+
// body {
|
|
64
|
+
// background-color: #F5F5F5;
|
|
65
|
+
// }
|
|
66
66
|
|
|
67
|
-
#app {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
67
|
+
// #app {
|
|
68
|
+
// padding: 15px 20px;
|
|
69
|
+
// max-width: 920px;
|
|
70
|
+
// margin: 30px auto 20px;
|
|
71
|
+
// background-color: @clr-secondary-empty;
|
|
72
|
+
// height: 100%;
|
|
73
|
+
// border-radius: @radius;
|
|
74
|
+
// }
|
|
75
75
|
|
|
76
|
-
section {
|
|
77
|
-
|
|
78
|
-
}
|
|
76
|
+
// section {
|
|
77
|
+
// margin-bottom: 20px;
|
|
78
|
+
// }
|
|
79
79
|
|
|
80
|
-
.flex {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
80
|
+
// .flex {
|
|
81
|
+
// display: flex;
|
|
82
|
+
// justify-content: space-between;
|
|
83
|
+
// }
|
|
84
84
|
|
|
85
|
-
.container {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
85
|
+
// .container {
|
|
86
|
+
// display: grid;
|
|
87
|
+
// grid-template-columns: repeat(4, 1fr);
|
|
88
|
+
// gap: 10px;
|
|
89
|
+
// }
|
|
90
90
|
|
|
91
|
-
h2 {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
91
|
+
// h2 {
|
|
92
|
+
// font-weight: 600;
|
|
93
|
+
// font-size: 40px;
|
|
94
|
+
// line-height: 48px;
|
|
95
|
+
// color: #1E4391;
|
|
96
|
+
// margin-bottom: 10px;
|
|
97
|
+
// }
|