urfu-ui-kit-vanilla 1.0.2 → 1.0.4
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 -67
- package/src/main.less +35 -35
- package/src/styles/special-classes/selectors.less +0 -3
package/package.json
CHANGED
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;
|
|
@@ -1071,13 +1041,6 @@ h2 {
|
|
|
1071
1041
|
.fw-600 {
|
|
1072
1042
|
font-weight: 600;
|
|
1073
1043
|
}
|
|
1074
|
-
h1,
|
|
1075
|
-
h2,
|
|
1076
|
-
h3,
|
|
1077
|
-
h4,
|
|
1078
|
-
h5 {
|
|
1079
|
-
margin: 0;
|
|
1080
|
-
}
|
|
1081
1044
|
h1 {
|
|
1082
1045
|
font-weight: 600;
|
|
1083
1046
|
font-size: 52px;
|
|
@@ -1183,33 +1146,3 @@ h5 {
|
|
|
1183
1146
|
scrollbar-width: 8px;
|
|
1184
1147
|
/*Толщина скролла thin, auto*/
|
|
1185
1148
|
}
|
|
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
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
#app {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
section {
|
|
80
|
-
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.flex {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.container {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
h2 {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
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
|
+
// }
|