urfu-ui-kit-vanilla 1.0.59 → 1.0.60
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 +77 -8
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -1810,27 +1810,33 @@ button {
|
|
|
1810
1810
|
.u-tab.u-tab-active {
|
|
1811
1811
|
color: #1E4391;
|
|
1812
1812
|
background-color: transparent;
|
|
1813
|
+
text-decoration: none;
|
|
1813
1814
|
border: 2px solid #1E4391;
|
|
1814
1815
|
}
|
|
1815
1816
|
.u-tab:hover {
|
|
1816
1817
|
color: #FFFFFF;
|
|
1817
1818
|
background-color: #1E4391;
|
|
1819
|
+
text-decoration: none;
|
|
1818
1820
|
border: 2px solid #1E4391;
|
|
1819
1821
|
}
|
|
1820
1822
|
.u-tab-all-danger:focus,
|
|
1821
1823
|
.u-tab-all-danger.u-tab-active {
|
|
1822
1824
|
color: #EF302B;
|
|
1823
1825
|
background-color: transparent;
|
|
1826
|
+
text-decoration: none;
|
|
1824
1827
|
border: 2px solid #EF302B;
|
|
1825
1828
|
}
|
|
1826
1829
|
.u-tab-all-danger:hover {
|
|
1827
1830
|
color: #FFFFFF;
|
|
1828
1831
|
background-color: #EF302B;
|
|
1832
|
+
text-decoration: none;
|
|
1829
1833
|
border: 2px solid #EF302B;
|
|
1830
1834
|
}
|
|
1831
1835
|
.u-tab-line {
|
|
1832
1836
|
cursor: pointer;
|
|
1833
1837
|
height: 54px;
|
|
1838
|
+
display: flex;
|
|
1839
|
+
align-items: center;
|
|
1834
1840
|
padding: 0 16px;
|
|
1835
1841
|
border: none;
|
|
1836
1842
|
border-bottom: 2px solid transparent;
|
|
@@ -1840,6 +1846,7 @@ button {
|
|
|
1840
1846
|
transition-duration: 0.15s;
|
|
1841
1847
|
transition-timing-function: ease-in-out;
|
|
1842
1848
|
background-color: transparent;
|
|
1849
|
+
text-decoration: none;
|
|
1843
1850
|
color: #A7A7A7;
|
|
1844
1851
|
border-bottom: 1px solid #A7A7A7;
|
|
1845
1852
|
}
|
|
@@ -1849,16 +1856,20 @@ button {
|
|
|
1849
1856
|
border-bottom: 1px solid #748AB9;
|
|
1850
1857
|
border-top-left-radius: 10px;
|
|
1851
1858
|
border-top-right-radius: 10px;
|
|
1859
|
+
text-decoration: none;
|
|
1852
1860
|
}
|
|
1853
1861
|
.u-tab-line:focus,
|
|
1854
1862
|
.u-tab-line.u-tab-active {
|
|
1855
1863
|
color: #1E4391;
|
|
1856
1864
|
border-bottom: 2px solid #1E4391;
|
|
1857
1865
|
background-color: transparent;
|
|
1866
|
+
text-decoration: none;
|
|
1858
1867
|
}
|
|
1859
1868
|
.u-tab-line-secondary {
|
|
1860
1869
|
cursor: pointer;
|
|
1861
1870
|
height: 54px;
|
|
1871
|
+
display: flex;
|
|
1872
|
+
align-items: center;
|
|
1862
1873
|
padding: 0 16px;
|
|
1863
1874
|
border: none;
|
|
1864
1875
|
border-bottom: 2px solid transparent;
|
|
@@ -1868,6 +1879,7 @@ button {
|
|
|
1868
1879
|
transition-duration: 0.15s;
|
|
1869
1880
|
transition-timing-function: ease-in-out;
|
|
1870
1881
|
background-color: transparent;
|
|
1882
|
+
text-decoration: none;
|
|
1871
1883
|
color: #748AB9;
|
|
1872
1884
|
}
|
|
1873
1885
|
.u-tab-line-secondary:hover,
|
|
@@ -1875,6 +1887,7 @@ button {
|
|
|
1875
1887
|
.u-tab-line-secondary.u-tab-active {
|
|
1876
1888
|
color: #1E4391;
|
|
1877
1889
|
border-bottom: 2px solid #1E4391;
|
|
1890
|
+
text-decoration: none;
|
|
1878
1891
|
}
|
|
1879
1892
|
.u-bc {
|
|
1880
1893
|
display: flex;
|
|
@@ -2134,21 +2147,25 @@ button {
|
|
|
2134
2147
|
color: #007171;
|
|
2135
2148
|
}
|
|
2136
2149
|
.u-message {
|
|
2150
|
+
padding: 15px 16px 15px 52px;
|
|
2137
2151
|
background-color: #E7F2FF;
|
|
2138
2152
|
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%231E4391' stroke-width='2'%3E%3C/circle%3E%3Crect x='9' y='8' width='2' height='8' rx='1' fill='%231E4391'%3E%3C/rect%3E%3Ccircle cx='10' cy='6' r='1' fill='%231E4391'%3E%3C/circle%3E%3C/svg%3E");
|
|
2139
|
-
|
|
2153
|
+
min-height: 54px;
|
|
2154
|
+
display: flex;
|
|
2155
|
+
align-items: center;
|
|
2140
2156
|
border-radius: 10px;
|
|
2141
2157
|
font-weight: 400;
|
|
2142
|
-
font-size:
|
|
2158
|
+
font-size: 14px;
|
|
2143
2159
|
color: #222222;
|
|
2144
2160
|
background-repeat: no-repeat;
|
|
2145
2161
|
background-position: top calc(50% - 1px) left 16px;
|
|
2146
2162
|
}
|
|
2147
2163
|
.u-message-fail {
|
|
2148
|
-
|
|
2164
|
+
display: flex;
|
|
2165
|
+
align-items: center;
|
|
2149
2166
|
border-radius: 10px;
|
|
2150
2167
|
font-weight: 400;
|
|
2151
|
-
font-size:
|
|
2168
|
+
font-size: 14px;
|
|
2152
2169
|
color: #222222;
|
|
2153
2170
|
background-repeat: no-repeat;
|
|
2154
2171
|
background-position: top calc(50% - 1px) left 16px;
|
|
@@ -2156,10 +2173,11 @@ button {
|
|
|
2156
2173
|
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23EF302B' stroke-width='2'%3E%3C/circle%3E%3Ccircle cx='10' cy='15' r='1' fill='%23EF302B'%3E%3C/circle%3E%3Cpath d='M8.59357 6.49708C8.54286 5.68582 9.18716 5 10 5C10.8128 5 11.4571 5.68582 11.4064 6.49708L11.0624 12.0019C11.0273 12.563 10.5621 13 10 13C9.4379 13 8.97268 12.563 8.93762 12.0019L8.59357 6.49708Z' fill='%23EF302B'%3E%3C/path%3E%3C/svg%3E");
|
|
2157
2174
|
}
|
|
2158
2175
|
.u-message-success {
|
|
2159
|
-
|
|
2176
|
+
display: flex;
|
|
2177
|
+
align-items: center;
|
|
2160
2178
|
border-radius: 10px;
|
|
2161
2179
|
font-weight: 400;
|
|
2162
|
-
font-size:
|
|
2180
|
+
font-size: 14px;
|
|
2163
2181
|
color: #222222;
|
|
2164
2182
|
background-repeat: no-repeat;
|
|
2165
2183
|
background-position: top calc(50% - 1px) left 16px;
|
|
@@ -2167,10 +2185,61 @@ button {
|
|
|
2167
2185
|
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23147246' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M6 10.5L9.10148 13.6015C9.31345 13.8134 9.663 13.7925 9.8482 13.5568L15 7' stroke='%23147246' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
|
|
2168
2186
|
}
|
|
2169
2187
|
.u-message-warning {
|
|
2170
|
-
|
|
2188
|
+
display: flex;
|
|
2189
|
+
align-items: center;
|
|
2171
2190
|
border-radius: 10px;
|
|
2172
2191
|
font-weight: 400;
|
|
2173
|
-
font-size:
|
|
2192
|
+
font-size: 14px;
|
|
2193
|
+
color: #222222;
|
|
2194
|
+
background-repeat: no-repeat;
|
|
2195
|
+
background-position: top calc(50% - 1px) left 16px;
|
|
2196
|
+
background-color: #FCF4E6;
|
|
2197
|
+
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23E98446' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M9.24233 13C9.03869 13 8.87361 12.8349 8.87361 12.6313C8.87361 12.229 8.92092 11.8715 9.01552 11.5587C9.11013 11.2458 9.25795 10.9665 9.45898 10.7207C9.67184 10.4749 9.84922 10.2905 9.99113 10.1676C10.1449 10.0335 10.3696 9.86034 10.6652 9.64805C10.9017 9.48045 11.0791 9.34637 11.1973 9.24581C11.3274 9.13408 11.4693 8.99441 11.6231 8.82682C11.7886 8.64804 11.9069 8.4581 11.9778 8.25698C12.0488 8.05587 12.0843 7.82681 12.0843 7.56983C12.0843 7.20112 11.9897 6.8771 11.8004 6.59777C11.6231 6.30727 11.3747 6.08939 11.0554 5.94413C10.748 5.78771 10.3991 5.7095 10.0089 5.7095C9.42942 5.7095 8.92683 5.87709 8.50111 6.21229C8.33022 6.34607 8.19259 6.4989 8.08823 6.67078C7.82922 7.09735 7.45131 7.51955 6.95227 7.51955C6.4297 7.51955 5.99284 7.08288 6.12856 6.57825C6.30589 5.91891 6.6651 5.37233 7.20621 4.93855C7.99852 4.31285 8.93275 4 10.0089 4C11.1323 4 12.0783 4.32402 12.847 4.97207C13.6157 5.62012 14 6.48603 14 7.56983C14 7.97207 13.9527 8.32961 13.8581 8.64246C13.7635 8.95531 13.6157 9.24023 13.4146 9.49721C13.2136 9.74302 13.0362 9.93296 12.8825 10.067C12.7288 10.2011 12.51 10.3743 12.2262 10.5866C11.9778 10.7765 11.7945 10.9218 11.6763 11.0223C11.5698 11.1117 11.4339 11.2458 11.2683 11.4246C11.1146 11.6034 11.0022 11.7933 10.9313 11.9944C10.8721 12.1844 10.8426 12.3966 10.8426 12.6313C10.8426 12.8349 10.6775 13 10.4739 13H9.24233Z' fill='%23E98446'%3E%3C/path%3E%3Ccircle cx='10' cy='15' r='1' fill='%23E98446'%3E%3C/circle%3E%3C/svg%3E");
|
|
2198
|
+
}
|
|
2199
|
+
.u-message-small {
|
|
2200
|
+
padding: 7px 16px 7px 52px;
|
|
2201
|
+
background-color: #E7F2FF;
|
|
2202
|
+
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%231E4391' stroke-width='2'%3E%3C/circle%3E%3Crect x='9' y='8' width='2' height='8' rx='1' fill='%231E4391'%3E%3C/rect%3E%3Ccircle cx='10' cy='6' r='1' fill='%231E4391'%3E%3C/circle%3E%3C/svg%3E");
|
|
2203
|
+
min-height: 38px;
|
|
2204
|
+
display: flex;
|
|
2205
|
+
align-items: center;
|
|
2206
|
+
border-radius: 10px;
|
|
2207
|
+
font-weight: 400;
|
|
2208
|
+
font-size: 14px;
|
|
2209
|
+
color: #222222;
|
|
2210
|
+
background-repeat: no-repeat;
|
|
2211
|
+
background-position: top calc(50% - 1px) left 16px;
|
|
2212
|
+
}
|
|
2213
|
+
.u-message-small-fail {
|
|
2214
|
+
display: flex;
|
|
2215
|
+
align-items: center;
|
|
2216
|
+
border-radius: 10px;
|
|
2217
|
+
font-weight: 400;
|
|
2218
|
+
font-size: 14px;
|
|
2219
|
+
color: #222222;
|
|
2220
|
+
background-repeat: no-repeat;
|
|
2221
|
+
background-position: top calc(50% - 1px) left 16px;
|
|
2222
|
+
background-color: #FDEAEA;
|
|
2223
|
+
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23EF302B' stroke-width='2'%3E%3C/circle%3E%3Ccircle cx='10' cy='15' r='1' fill='%23EF302B'%3E%3C/circle%3E%3Cpath d='M8.59357 6.49708C8.54286 5.68582 9.18716 5 10 5C10.8128 5 11.4571 5.68582 11.4064 6.49708L11.0624 12.0019C11.0273 12.563 10.5621 13 10 13C9.4379 13 8.97268 12.563 8.93762 12.0019L8.59357 6.49708Z' fill='%23EF302B'%3E%3C/path%3E%3C/svg%3E");
|
|
2224
|
+
}
|
|
2225
|
+
.u-message-small-success {
|
|
2226
|
+
display: flex;
|
|
2227
|
+
align-items: center;
|
|
2228
|
+
border-radius: 10px;
|
|
2229
|
+
font-weight: 400;
|
|
2230
|
+
font-size: 14px;
|
|
2231
|
+
color: #222222;
|
|
2232
|
+
background-repeat: no-repeat;
|
|
2233
|
+
background-position: top calc(50% - 1px) left 16px;
|
|
2234
|
+
background-color: #EDF7EB;
|
|
2235
|
+
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23147246' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M6 10.5L9.10148 13.6015C9.31345 13.8134 9.663 13.7925 9.8482 13.5568L15 7' stroke='%23147246' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
|
|
2236
|
+
}
|
|
2237
|
+
.u-message-small-warning {
|
|
2238
|
+
display: flex;
|
|
2239
|
+
align-items: center;
|
|
2240
|
+
border-radius: 10px;
|
|
2241
|
+
font-weight: 400;
|
|
2242
|
+
font-size: 14px;
|
|
2174
2243
|
color: #222222;
|
|
2175
2244
|
background-repeat: no-repeat;
|
|
2176
2245
|
background-position: top calc(50% - 1px) left 16px;
|