@linzjs/lui 16.5.0 → 17.0.0
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/CHANGELOG.md +9 -0
- package/dist/assets/favicon.ico +0 -0
- package/dist/components/LuiButton/LuiButton.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lui.css +225 -77
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Elements/Buttons/buttons.scss +154 -22
- package/dist/scss/Foundation/Utilities/BoxShadow.scss +1 -1
- package/dist/scss/Foundation/Variables/_LuiColors.scss +4 -0
- package/package.json +1 -1
package/dist/lui.css
CHANGED
|
@@ -1697,11 +1697,11 @@ a.lui-button.lui-button-icon-right i {
|
|
|
1697
1697
|
}
|
|
1698
1698
|
.lui-button.lui-button-icon,
|
|
1699
1699
|
a.lui-button.lui-button-icon {
|
|
1700
|
-
padding: 0.
|
|
1700
|
+
padding: 0.4375rem 1rem 0.4375rem 0.4375rem;
|
|
1701
1701
|
}
|
|
1702
1702
|
.lui-button.lui-button-icon .LuiIcon,
|
|
1703
1703
|
a.lui-button.lui-button-icon .LuiIcon {
|
|
1704
|
-
margin:
|
|
1704
|
+
margin: 0 8px -7px 0;
|
|
1705
1705
|
}
|
|
1706
1706
|
.lui-button.lui-button-icon i,
|
|
1707
1707
|
a.lui-button.lui-button-icon i {
|
|
@@ -1715,6 +1715,7 @@ a.lui-button-primary {
|
|
|
1715
1715
|
border: 1px solid #007198;
|
|
1716
1716
|
color: #fff;
|
|
1717
1717
|
line-height: 24px;
|
|
1718
|
+
font-weight: 600;
|
|
1718
1719
|
}
|
|
1719
1720
|
.lui-button-primary i,
|
|
1720
1721
|
.lui-button-primary svg *,
|
|
@@ -1764,9 +1765,6 @@ a.lui-button-primary:active:enabled {
|
|
|
1764
1765
|
cursor: pointer;
|
|
1765
1766
|
color: rgba(255, 255, 255, 0.9);
|
|
1766
1767
|
border: 1px solid #00425d;
|
|
1767
|
-
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1768
|
-
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1769
|
-
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1770
1768
|
}
|
|
1771
1769
|
.lui-button-primary:active:enabled i,
|
|
1772
1770
|
.lui-button-primary:active:enabled svg *,
|
|
@@ -1781,6 +1779,7 @@ a.lui-button-secondary {
|
|
|
1781
1779
|
border: 1px solid #007198;
|
|
1782
1780
|
color: #007198;
|
|
1783
1781
|
line-height: 24px;
|
|
1782
|
+
font-weight: 600;
|
|
1784
1783
|
}
|
|
1785
1784
|
.lui-button-secondary i,
|
|
1786
1785
|
.lui-button-secondary svg *,
|
|
@@ -1830,9 +1829,6 @@ a.lui-button-secondary:active:enabled {
|
|
|
1830
1829
|
cursor: pointer;
|
|
1831
1830
|
color: rgba(255, 255, 255, 0.9);
|
|
1832
1831
|
border: 1px solid #007198;
|
|
1833
|
-
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1834
|
-
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1835
|
-
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1836
1832
|
}
|
|
1837
1833
|
.lui-button-secondary:active:enabled i,
|
|
1838
1834
|
.lui-button-secondary:active:enabled svg *,
|
|
@@ -1853,35 +1849,41 @@ a.lui-button-secondary:hover i {
|
|
|
1853
1849
|
}
|
|
1854
1850
|
.lui-button-tertiary,
|
|
1855
1851
|
a.lui-button-tertiary {
|
|
1856
|
-
background-color:
|
|
1857
|
-
border:
|
|
1858
|
-
color: #
|
|
1859
|
-
line-height:
|
|
1852
|
+
background-color: transparent;
|
|
1853
|
+
border: 0px solid transparent;
|
|
1854
|
+
color: #007198;
|
|
1855
|
+
line-height: 22px;
|
|
1856
|
+
font-weight: 600;
|
|
1857
|
+
font-family: "Open Sans", system-ui, sans-serif;
|
|
1858
|
+
font-style: normal;
|
|
1859
|
+
font-weight: normal;
|
|
1860
|
+
border: none;
|
|
1861
|
+
margin: 2px;
|
|
1860
1862
|
}
|
|
1861
1863
|
.lui-button-tertiary i,
|
|
1862
1864
|
.lui-button-tertiary svg *,
|
|
1863
1865
|
a.lui-button-tertiary i,
|
|
1864
1866
|
a.lui-button-tertiary svg * {
|
|
1865
|
-
color: #
|
|
1866
|
-
fill: #
|
|
1867
|
+
color: #007198;
|
|
1868
|
+
fill: #007198;
|
|
1867
1869
|
}
|
|
1868
1870
|
.lui-button-tertiary:visited,
|
|
1869
1871
|
a.lui-button-tertiary:visited {
|
|
1870
|
-
color: #
|
|
1872
|
+
color: #007198;
|
|
1871
1873
|
}
|
|
1872
1874
|
.lui-button-tertiary:hover,
|
|
1873
1875
|
a.lui-button-tertiary:hover {
|
|
1874
|
-
background-color: #
|
|
1876
|
+
background-color: #e2f3f7;
|
|
1875
1877
|
cursor: pointer;
|
|
1876
|
-
color: #
|
|
1877
|
-
border: 1px solid #
|
|
1878
|
+
color: #007198;
|
|
1879
|
+
border: 1px solid #fff;
|
|
1878
1880
|
}
|
|
1879
1881
|
.lui-button-tertiary:hover i,
|
|
1880
1882
|
.lui-button-tertiary:hover svg *,
|
|
1881
1883
|
a.lui-button-tertiary:hover i,
|
|
1882
1884
|
a.lui-button-tertiary:hover svg * {
|
|
1883
|
-
color: #
|
|
1884
|
-
fill: #
|
|
1885
|
+
color: #007198;
|
|
1886
|
+
fill: #007198;
|
|
1885
1887
|
}
|
|
1886
1888
|
.lui-button-tertiary:disabled,
|
|
1887
1889
|
a.lui-button-tertiary:disabled {
|
|
@@ -1902,13 +1904,10 @@ a.lui-button-tertiary:disabled:hover {
|
|
|
1902
1904
|
}
|
|
1903
1905
|
.lui-button-tertiary:active:enabled,
|
|
1904
1906
|
a.lui-button-tertiary:active:enabled {
|
|
1905
|
-
background-color: #
|
|
1907
|
+
background-color: #007198;
|
|
1906
1908
|
cursor: pointer;
|
|
1907
1909
|
color: rgba(255, 255, 255, 0.9);
|
|
1908
|
-
border: 1px solid #
|
|
1909
|
-
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1910
|
-
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1911
|
-
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1910
|
+
border: 1px solid #fff;
|
|
1912
1911
|
}
|
|
1913
1912
|
.lui-button-tertiary:active:enabled i,
|
|
1914
1913
|
.lui-button-tertiary:active:enabled svg *,
|
|
@@ -1917,12 +1916,104 @@ a.lui-button-tertiary:active:enabled svg * {
|
|
|
1917
1916
|
color: rgba(255, 255, 255, 0.6);
|
|
1918
1917
|
fill: rgba(255, 255, 255, 0.6);
|
|
1919
1918
|
}
|
|
1919
|
+
.lui-button-tertiary:hover,
|
|
1920
|
+
a.lui-button-tertiary:hover {
|
|
1921
|
+
border: none;
|
|
1922
|
+
}
|
|
1923
|
+
.lui-button-tertiary:active:enabled,
|
|
1924
|
+
a.lui-button-tertiary:active:enabled {
|
|
1925
|
+
border: none;
|
|
1926
|
+
}
|
|
1927
|
+
.lui-button-tertiary:disabled,
|
|
1928
|
+
a.lui-button-tertiary:disabled {
|
|
1929
|
+
color: #989189;
|
|
1930
|
+
background: none;
|
|
1931
|
+
text-decoration: none;
|
|
1932
|
+
border: none;
|
|
1933
|
+
}
|
|
1934
|
+
.lui-button-tertiary:disabled:hover,
|
|
1935
|
+
a.lui-button-tertiary:disabled:hover {
|
|
1936
|
+
cursor: not-allowed;
|
|
1937
|
+
border: none;
|
|
1938
|
+
}
|
|
1939
|
+
.lui-button-tertiary:disabled i,
|
|
1940
|
+
.lui-button-tertiary:disabled svg *,
|
|
1941
|
+
a.lui-button-tertiary:disabled i,
|
|
1942
|
+
a.lui-button-tertiary:disabled svg * {
|
|
1943
|
+
color: #989189;
|
|
1944
|
+
fill: #989189;
|
|
1945
|
+
}
|
|
1946
|
+
.lui-button-success,
|
|
1947
|
+
a.lui-button-success {
|
|
1948
|
+
background-color: #0aa245;
|
|
1949
|
+
border: 1px solid #0aa245;
|
|
1950
|
+
color: #fff;
|
|
1951
|
+
line-height: 24px;
|
|
1952
|
+
font-weight: 600;
|
|
1953
|
+
}
|
|
1954
|
+
.lui-button-success i,
|
|
1955
|
+
.lui-button-success svg *,
|
|
1956
|
+
a.lui-button-success i,
|
|
1957
|
+
a.lui-button-success svg * {
|
|
1958
|
+
color: #fff;
|
|
1959
|
+
fill: #fff;
|
|
1960
|
+
}
|
|
1961
|
+
.lui-button-success:visited,
|
|
1962
|
+
a.lui-button-success:visited {
|
|
1963
|
+
color: #fff;
|
|
1964
|
+
}
|
|
1965
|
+
.lui-button-success:hover,
|
|
1966
|
+
a.lui-button-success:hover {
|
|
1967
|
+
background-color: #107c3a;
|
|
1968
|
+
cursor: pointer;
|
|
1969
|
+
color: #fff;
|
|
1970
|
+
border: 1px solid #107c3a;
|
|
1971
|
+
}
|
|
1972
|
+
.lui-button-success:hover i,
|
|
1973
|
+
.lui-button-success:hover svg *,
|
|
1974
|
+
a.lui-button-success:hover i,
|
|
1975
|
+
a.lui-button-success:hover svg * {
|
|
1976
|
+
color: #fff;
|
|
1977
|
+
fill: #fff;
|
|
1978
|
+
}
|
|
1979
|
+
.lui-button-success:disabled,
|
|
1980
|
+
a.lui-button-success:disabled {
|
|
1981
|
+
color: #989189;
|
|
1982
|
+
background: #eaeaea;
|
|
1983
|
+
border-color: #6b6966;
|
|
1984
|
+
}
|
|
1985
|
+
.lui-button-success:disabled i,
|
|
1986
|
+
.lui-button-success:disabled svg *,
|
|
1987
|
+
a.lui-button-success:disabled i,
|
|
1988
|
+
a.lui-button-success:disabled svg * {
|
|
1989
|
+
color: #6b6966;
|
|
1990
|
+
fill: #6b6966;
|
|
1991
|
+
}
|
|
1992
|
+
.lui-button-success:disabled:hover,
|
|
1993
|
+
a.lui-button-success:disabled:hover {
|
|
1994
|
+
cursor: not-allowed;
|
|
1995
|
+
}
|
|
1996
|
+
.lui-button-success:active:enabled,
|
|
1997
|
+
a.lui-button-success:active:enabled {
|
|
1998
|
+
background-color: #094A22;
|
|
1999
|
+
cursor: pointer;
|
|
2000
|
+
color: rgba(255, 255, 255, 0.9);
|
|
2001
|
+
border: 1px solid #094A22;
|
|
2002
|
+
}
|
|
2003
|
+
.lui-button-success:active:enabled i,
|
|
2004
|
+
.lui-button-success:active:enabled svg *,
|
|
2005
|
+
a.lui-button-success:active:enabled i,
|
|
2006
|
+
a.lui-button-success:active:enabled svg * {
|
|
2007
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2008
|
+
fill: rgba(255, 255, 255, 0.6);
|
|
2009
|
+
}
|
|
1920
2010
|
.lui-button-error,
|
|
1921
2011
|
a.lui-button-error {
|
|
1922
2012
|
background-color: #cc0000;
|
|
1923
2013
|
border: 1px solid #cc0000;
|
|
1924
2014
|
color: #fff;
|
|
1925
2015
|
line-height: 24px;
|
|
2016
|
+
font-weight: 600;
|
|
1926
2017
|
}
|
|
1927
2018
|
.lui-button-error i,
|
|
1928
2019
|
.lui-button-error svg *,
|
|
@@ -1972,9 +2063,6 @@ a.lui-button-error:active:enabled {
|
|
|
1972
2063
|
cursor: pointer;
|
|
1973
2064
|
color: rgba(255, 255, 255, 0.9);
|
|
1974
2065
|
border: 1px solid #5a0000;
|
|
1975
|
-
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1976
|
-
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1977
|
-
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
1978
2066
|
}
|
|
1979
2067
|
.lui-button-error:active:enabled i,
|
|
1980
2068
|
.lui-button-error:active:enabled svg *,
|
|
@@ -1989,6 +2077,7 @@ a.lui-button-reversed-no-bg {
|
|
|
1989
2077
|
border: 1px solid transparent;
|
|
1990
2078
|
color: #fff;
|
|
1991
2079
|
line-height: 24px;
|
|
2080
|
+
font-weight: 600;
|
|
1992
2081
|
}
|
|
1993
2082
|
.lui-button-reversed-no-bg i,
|
|
1994
2083
|
.lui-button-reversed-no-bg svg *,
|
|
@@ -2038,9 +2127,6 @@ a.lui-button-reversed-no-bg:active:enabled {
|
|
|
2038
2127
|
cursor: pointer;
|
|
2039
2128
|
color: rgba(255, 255, 255, 0.9);
|
|
2040
2129
|
border: 1px solid transparent;
|
|
2041
|
-
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2042
|
-
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2043
|
-
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2044
2130
|
}
|
|
2045
2131
|
.lui-button-reversed-no-bg:active:enabled i,
|
|
2046
2132
|
.lui-button-reversed-no-bg:active:enabled svg *,
|
|
@@ -2077,7 +2163,8 @@ a.lui-button-text {
|
|
|
2077
2163
|
border: 0 solid #fff;
|
|
2078
2164
|
color: #0096cc;
|
|
2079
2165
|
line-height: 24px;
|
|
2080
|
-
|
|
2166
|
+
font-weight: 600;
|
|
2167
|
+
text-decoration: underline;
|
|
2081
2168
|
font-family: "Open Sans", system-ui, sans-serif;
|
|
2082
2169
|
font-style: normal;
|
|
2083
2170
|
font-weight: normal;
|
|
@@ -2133,9 +2220,6 @@ a.lui-button-text:active:enabled {
|
|
|
2133
2220
|
cursor: pointer;
|
|
2134
2221
|
color: rgba(0, 66, 93, 0.9);
|
|
2135
2222
|
border: 1px solid none;
|
|
2136
|
-
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2137
|
-
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2138
|
-
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2139
2223
|
}
|
|
2140
2224
|
.lui-button-text:active:enabled i,
|
|
2141
2225
|
.lui-button-text:active:enabled svg *,
|
|
@@ -2144,16 +2228,26 @@ a.lui-button-text:active:enabled svg * {
|
|
|
2144
2228
|
color: #00425d;
|
|
2145
2229
|
fill: #00425d;
|
|
2146
2230
|
}
|
|
2147
|
-
.lui-button-text:
|
|
2148
|
-
a.lui-button-text:
|
|
2149
|
-
|
|
2231
|
+
.lui-button-text:active:enabled,
|
|
2232
|
+
a.lui-button-text:active:enabled {
|
|
2233
|
+
background-color: #fff;
|
|
2234
|
+
cursor: pointer;
|
|
2235
|
+
-moz-box-shadow: none;
|
|
2236
|
+
-webkit-box-shadow: none;
|
|
2237
|
+
box-shadow: none;
|
|
2238
|
+
}
|
|
2239
|
+
.lui-button-text:active:enabled i,
|
|
2240
|
+
.lui-button-text:active:enabled svg *,
|
|
2241
|
+
a.lui-button-text:active:enabled i,
|
|
2242
|
+
a.lui-button-text:active:enabled svg * {
|
|
2243
|
+
color: #fff;
|
|
2244
|
+
fill: #fff;
|
|
2150
2245
|
}
|
|
2151
2246
|
.lui-button-text:disabled,
|
|
2152
2247
|
a.lui-button-text:disabled {
|
|
2153
2248
|
color: #989189;
|
|
2154
2249
|
background: none;
|
|
2155
|
-
|
|
2156
|
-
text-decoration: none;
|
|
2250
|
+
text-decoration: underline;
|
|
2157
2251
|
}
|
|
2158
2252
|
.lui-button-text:disabled:hover,
|
|
2159
2253
|
a.lui-button-text:disabled:hover {
|
|
@@ -2169,9 +2263,10 @@ a.lui-button-text:disabled svg * {
|
|
|
2169
2263
|
.lui-button-plain-text,
|
|
2170
2264
|
a.lui-button-plain-text {
|
|
2171
2265
|
background-color: transparent;
|
|
2172
|
-
border:
|
|
2266
|
+
border: 0 solid #fff;
|
|
2173
2267
|
color: inherit;
|
|
2174
2268
|
line-height: 24px;
|
|
2269
|
+
font-weight: 600;
|
|
2175
2270
|
padding: 0;
|
|
2176
2271
|
margin: 0;
|
|
2177
2272
|
font-family: inherit;
|
|
@@ -2191,6 +2286,13 @@ a.lui-button-plain-text svg * {
|
|
|
2191
2286
|
a.lui-button-plain-text:visited {
|
|
2192
2287
|
color: inherit;
|
|
2193
2288
|
}
|
|
2289
|
+
.lui-button-plain-text i,
|
|
2290
|
+
.lui-button-plain-text svg *,
|
|
2291
|
+
a.lui-button-plain-text i,
|
|
2292
|
+
a.lui-button-plain-text svg * {
|
|
2293
|
+
color: #989189;
|
|
2294
|
+
fill: #989189;
|
|
2295
|
+
}
|
|
2194
2296
|
.lui-button-plain-text:disabled,
|
|
2195
2297
|
a.lui-button-plain-text:disabled {
|
|
2196
2298
|
color: #989189;
|
|
@@ -2198,6 +2300,10 @@ a.lui-button-plain-text:disabled {
|
|
|
2198
2300
|
border: 0;
|
|
2199
2301
|
text-decoration: none;
|
|
2200
2302
|
}
|
|
2303
|
+
.lui-button-plain-text:disabled:hover,
|
|
2304
|
+
a.lui-button-plain-text:disabled:hover {
|
|
2305
|
+
cursor: not-allowed;
|
|
2306
|
+
}
|
|
2201
2307
|
.lui-button-plain-text:disabled i,
|
|
2202
2308
|
.lui-button-plain-text:disabled svg *,
|
|
2203
2309
|
a.lui-button-plain-text:disabled i,
|
|
@@ -2205,25 +2311,38 @@ a.lui-button-plain-text:disabled svg * {
|
|
|
2205
2311
|
color: #989189;
|
|
2206
2312
|
fill: #989189;
|
|
2207
2313
|
}
|
|
2208
|
-
.lui-button-icon-only,
|
|
2209
|
-
a.lui-button-icon-only
|
|
2314
|
+
.lui-button-icon-only,
|
|
2315
|
+
a.lui-button-icon-only {
|
|
2316
|
+
width: 40px;
|
|
2317
|
+
height: 40px;
|
|
2318
|
+
padding: 0;
|
|
2319
|
+
}
|
|
2320
|
+
.lui-button-icon-only .LuiIcon,
|
|
2321
|
+
a.lui-button-icon-only .LuiIcon {
|
|
2322
|
+
vertical-align: top;
|
|
2323
|
+
}
|
|
2324
|
+
.lui-button-icon-only i,
|
|
2325
|
+
a.lui-button-icon-only i {
|
|
2326
|
+
position: relative;
|
|
2327
|
+
top: 6px;
|
|
2328
|
+
margin: 0 12px 0 0;
|
|
2329
|
+
}
|
|
2330
|
+
.lui-button-icon-only-rev, .lui-button-icon-only-link,
|
|
2210
2331
|
a.lui-button-icon-only-rev,
|
|
2211
2332
|
a.lui-button-icon-only-link {
|
|
2212
2333
|
background-color: transparent;
|
|
2213
2334
|
border: 1px solid transparent;
|
|
2214
2335
|
color: #007198;
|
|
2215
2336
|
line-height: 24px;
|
|
2337
|
+
font-weight: 600;
|
|
2216
2338
|
line-height: 44px;
|
|
2217
2339
|
padding: 0;
|
|
2218
2340
|
width: 36px;
|
|
2219
2341
|
height: 36px;
|
|
2220
2342
|
}
|
|
2221
|
-
.lui-button-icon-only i,
|
|
2222
|
-
.lui-button-icon-only svg *, .lui-button-icon-only-rev i,
|
|
2343
|
+
.lui-button-icon-only-rev i,
|
|
2223
2344
|
.lui-button-icon-only-rev svg *, .lui-button-icon-only-link i,
|
|
2224
2345
|
.lui-button-icon-only-link svg *,
|
|
2225
|
-
a.lui-button-icon-only i,
|
|
2226
|
-
a.lui-button-icon-only svg *,
|
|
2227
2346
|
a.lui-button-icon-only-rev i,
|
|
2228
2347
|
a.lui-button-icon-only-rev svg *,
|
|
2229
2348
|
a.lui-button-icon-only-link i,
|
|
@@ -2231,14 +2350,12 @@ a.lui-button-icon-only-link svg * {
|
|
|
2231
2350
|
color: #007198;
|
|
2232
2351
|
fill: #007198;
|
|
2233
2352
|
}
|
|
2234
|
-
.lui-button-icon-only
|
|
2235
|
-
a.lui-button-icon-only:visited,
|
|
2353
|
+
.lui-button-icon-only-rev:visited, .lui-button-icon-only-link:visited,
|
|
2236
2354
|
a.lui-button-icon-only-rev:visited,
|
|
2237
2355
|
a.lui-button-icon-only-link:visited {
|
|
2238
2356
|
color: #007198;
|
|
2239
2357
|
}
|
|
2240
|
-
.lui-button-icon-only
|
|
2241
|
-
a.lui-button-icon-only:hover,
|
|
2358
|
+
.lui-button-icon-only-rev:hover, .lui-button-icon-only-link:hover,
|
|
2242
2359
|
a.lui-button-icon-only-rev:hover,
|
|
2243
2360
|
a.lui-button-icon-only-link:hover {
|
|
2244
2361
|
background-color: transparent;
|
|
@@ -2246,12 +2363,9 @@ a.lui-button-icon-only-link:hover {
|
|
|
2246
2363
|
color: #005678;
|
|
2247
2364
|
border: 1px solid transparent;
|
|
2248
2365
|
}
|
|
2249
|
-
.lui-button-icon-only:hover i,
|
|
2250
|
-
.lui-button-icon-only:hover svg *, .lui-button-icon-only-rev:hover i,
|
|
2366
|
+
.lui-button-icon-only-rev:hover i,
|
|
2251
2367
|
.lui-button-icon-only-rev:hover svg *, .lui-button-icon-only-link:hover i,
|
|
2252
2368
|
.lui-button-icon-only-link:hover svg *,
|
|
2253
|
-
a.lui-button-icon-only:hover i,
|
|
2254
|
-
a.lui-button-icon-only:hover svg *,
|
|
2255
2369
|
a.lui-button-icon-only-rev:hover i,
|
|
2256
2370
|
a.lui-button-icon-only-rev:hover svg *,
|
|
2257
2371
|
a.lui-button-icon-only-link:hover i,
|
|
@@ -2259,20 +2373,16 @@ a.lui-button-icon-only-link:hover svg * {
|
|
|
2259
2373
|
color: #005678;
|
|
2260
2374
|
fill: #005678;
|
|
2261
2375
|
}
|
|
2262
|
-
.lui-button-icon-only
|
|
2263
|
-
a.lui-button-icon-only:disabled,
|
|
2376
|
+
.lui-button-icon-only-rev:disabled, .lui-button-icon-only-link:disabled,
|
|
2264
2377
|
a.lui-button-icon-only-rev:disabled,
|
|
2265
2378
|
a.lui-button-icon-only-link:disabled {
|
|
2266
2379
|
color: #989189;
|
|
2267
2380
|
background: #eaeaea;
|
|
2268
2381
|
border-color: #6b6966;
|
|
2269
2382
|
}
|
|
2270
|
-
.lui-button-icon-only:disabled i,
|
|
2271
|
-
.lui-button-icon-only:disabled svg *, .lui-button-icon-only-rev:disabled i,
|
|
2383
|
+
.lui-button-icon-only-rev:disabled i,
|
|
2272
2384
|
.lui-button-icon-only-rev:disabled svg *, .lui-button-icon-only-link:disabled i,
|
|
2273
2385
|
.lui-button-icon-only-link:disabled svg *,
|
|
2274
|
-
a.lui-button-icon-only:disabled i,
|
|
2275
|
-
a.lui-button-icon-only:disabled svg *,
|
|
2276
2386
|
a.lui-button-icon-only-rev:disabled i,
|
|
2277
2387
|
a.lui-button-icon-only-rev:disabled svg *,
|
|
2278
2388
|
a.lui-button-icon-only-link:disabled i,
|
|
@@ -2280,30 +2390,22 @@ a.lui-button-icon-only-link:disabled svg * {
|
|
|
2280
2390
|
color: #6b6966;
|
|
2281
2391
|
fill: #6b6966;
|
|
2282
2392
|
}
|
|
2283
|
-
.lui-button-icon-only
|
|
2284
|
-
a.lui-button-icon-only:disabled:hover,
|
|
2393
|
+
.lui-button-icon-only-rev:disabled:hover, .lui-button-icon-only-link:disabled:hover,
|
|
2285
2394
|
a.lui-button-icon-only-rev:disabled:hover,
|
|
2286
2395
|
a.lui-button-icon-only-link:disabled:hover {
|
|
2287
2396
|
cursor: not-allowed;
|
|
2288
2397
|
}
|
|
2289
|
-
.lui-button-icon-only
|
|
2290
|
-
a.lui-button-icon-only:active:enabled,
|
|
2398
|
+
.lui-button-icon-only-rev:active:enabled, .lui-button-icon-only-link:active:enabled,
|
|
2291
2399
|
a.lui-button-icon-only-rev:active:enabled,
|
|
2292
2400
|
a.lui-button-icon-only-link:active:enabled {
|
|
2293
2401
|
background-color: transparent;
|
|
2294
2402
|
cursor: pointer;
|
|
2295
2403
|
color: rgba(0, 150, 204, 0.9);
|
|
2296
2404
|
border: 1px solid transparent;
|
|
2297
|
-
-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2298
|
-
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2299
|
-
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
|
|
2300
2405
|
}
|
|
2301
|
-
.lui-button-icon-only:active:enabled i,
|
|
2302
|
-
.lui-button-icon-only:active:enabled svg *, .lui-button-icon-only-rev:active:enabled i,
|
|
2406
|
+
.lui-button-icon-only-rev:active:enabled i,
|
|
2303
2407
|
.lui-button-icon-only-rev:active:enabled svg *, .lui-button-icon-only-link:active:enabled i,
|
|
2304
2408
|
.lui-button-icon-only-link:active:enabled svg *,
|
|
2305
|
-
a.lui-button-icon-only:active:enabled i,
|
|
2306
|
-
a.lui-button-icon-only:active:enabled svg *,
|
|
2307
2409
|
a.lui-button-icon-only-rev:active:enabled i,
|
|
2308
2410
|
a.lui-button-icon-only-rev:active:enabled svg *,
|
|
2309
2411
|
a.lui-button-icon-only-link:active:enabled i,
|
|
@@ -2311,8 +2413,7 @@ a.lui-button-icon-only-link:active:enabled svg * {
|
|
|
2311
2413
|
color: #0096cc;
|
|
2312
2414
|
fill: #0096cc;
|
|
2313
2415
|
}
|
|
2314
|
-
.lui-button-icon-only
|
|
2315
|
-
a.lui-button-icon-only:disabled,
|
|
2416
|
+
.lui-button-icon-only-rev:disabled, .lui-button-icon-only-link:disabled,
|
|
2316
2417
|
a.lui-button-icon-only-rev:disabled,
|
|
2317
2418
|
a.lui-button-icon-only-link:disabled {
|
|
2318
2419
|
background-color: transparent;
|
|
@@ -2356,16 +2457,23 @@ a.lui-button-icon-only-link {
|
|
|
2356
2457
|
}
|
|
2357
2458
|
.lui-button.lui-button-sm,
|
|
2358
2459
|
a.lui-button.lui-button-sm {
|
|
2359
|
-
line-height: 24px;
|
|
2360
2460
|
padding: 0.1875rem 0.5rem;
|
|
2361
2461
|
}
|
|
2462
|
+
.lui-button.lui-button-sm.lui-button-text,
|
|
2463
|
+
a.lui-button.lui-button-sm.lui-button-text {
|
|
2464
|
+
padding: 0;
|
|
2465
|
+
}
|
|
2466
|
+
.lui-button.lui-button-sm.lui-button-plain-text,
|
|
2467
|
+
a.lui-button.lui-button-sm.lui-button-plain-text {
|
|
2468
|
+
padding: 0;
|
|
2469
|
+
}
|
|
2362
2470
|
.lui-button.lui-button-sm.lui-button-icon,
|
|
2363
2471
|
a.lui-button.lui-button-sm.lui-button-icon {
|
|
2364
2472
|
padding: 0.125rem 0.5rem 0.125rem 0.25rem;
|
|
2365
2473
|
}
|
|
2366
2474
|
.lui-button.lui-button-sm.lui-button-icon .LuiIcon,
|
|
2367
2475
|
a.lui-button.lui-button-sm.lui-button-icon .LuiIcon {
|
|
2368
|
-
margin: 1px
|
|
2476
|
+
margin: 1px 4px -5px 0;
|
|
2369
2477
|
}
|
|
2370
2478
|
.lui-button.lui-button-sm.lui-button-icon i,
|
|
2371
2479
|
a.lui-button.lui-button-sm.lui-button-icon i {
|
|
@@ -2373,6 +2481,22 @@ a.lui-button.lui-button-sm.lui-button-icon i {
|
|
|
2373
2481
|
top: 6px;
|
|
2374
2482
|
margin: 0 12px 0 0;
|
|
2375
2483
|
}
|
|
2484
|
+
.lui-button.lui-button-sm.lui-button-icon-only,
|
|
2485
|
+
a.lui-button.lui-button-sm.lui-button-icon-only {
|
|
2486
|
+
width: 32px;
|
|
2487
|
+
height: 32px;
|
|
2488
|
+
padding: 0;
|
|
2489
|
+
}
|
|
2490
|
+
.lui-button.lui-button-sm.lui-button-icon-only .LuiIcon,
|
|
2491
|
+
a.lui-button.lui-button-sm.lui-button-icon-only .LuiIcon {
|
|
2492
|
+
vertical-align: top;
|
|
2493
|
+
}
|
|
2494
|
+
.lui-button.lui-button-sm.lui-button-icon-only i,
|
|
2495
|
+
a.lui-button.lui-button-sm.lui-button-icon-only i {
|
|
2496
|
+
position: relative;
|
|
2497
|
+
top: 6px;
|
|
2498
|
+
margin: 0 12px 0 0;
|
|
2499
|
+
}
|
|
2376
2500
|
.lui-button.lui-button-sm.lui-button-icon-right,
|
|
2377
2501
|
a.lui-button.lui-button-sm.lui-button-icon-right {
|
|
2378
2502
|
padding: 0.125rem 0.25rem 0.125rem 0.5rem;
|
|
@@ -2397,9 +2521,17 @@ a.lui-button.lui-button-sm.lui-button-reversed-no-bg .LuiIcon {
|
|
|
2397
2521
|
a.lui-button.lui-button-lg {
|
|
2398
2522
|
padding: 0.6875rem 1.125rem;
|
|
2399
2523
|
}
|
|
2524
|
+
.lui-button.lui-button-lg.lui-button-text,
|
|
2525
|
+
a.lui-button.lui-button-lg.lui-button-text {
|
|
2526
|
+
padding: 0;
|
|
2527
|
+
}
|
|
2528
|
+
.lui-button.lui-button-lg.lui-button-plain-text,
|
|
2529
|
+
a.lui-button.lui-button-lg.lui-button-plain-text {
|
|
2530
|
+
padding: 0;
|
|
2531
|
+
}
|
|
2400
2532
|
.lui-button.lui-button-lg.lui-button-icon,
|
|
2401
2533
|
a.lui-button.lui-button-lg.lui-button-icon {
|
|
2402
|
-
padding: 0.6875rem
|
|
2534
|
+
padding: 0.6875rem 16px 0.6875rem 0.75rem;
|
|
2403
2535
|
}
|
|
2404
2536
|
.lui-button.lui-button-lg.lui-button-icon i,
|
|
2405
2537
|
a.lui-button.lui-button-lg.lui-button-icon i {
|
|
@@ -2407,6 +2539,22 @@ a.lui-button.lui-button-lg.lui-button-icon i {
|
|
|
2407
2539
|
top: 6px;
|
|
2408
2540
|
margin: 0 0.5rem 0 0;
|
|
2409
2541
|
}
|
|
2542
|
+
.lui-button.lui-button-lg.lui-button-icon-only,
|
|
2543
|
+
a.lui-button.lui-button-lg.lui-button-icon-only {
|
|
2544
|
+
width: 48px;
|
|
2545
|
+
height: 48px;
|
|
2546
|
+
padding: 0;
|
|
2547
|
+
}
|
|
2548
|
+
.lui-button.lui-button-lg.lui-button-icon-only .LuiIcon,
|
|
2549
|
+
a.lui-button.lui-button-lg.lui-button-icon-only .LuiIcon {
|
|
2550
|
+
vertical-align: top;
|
|
2551
|
+
}
|
|
2552
|
+
.lui-button.lui-button-lg.lui-button-icon-only i,
|
|
2553
|
+
a.lui-button.lui-button-lg.lui-button-icon-only i {
|
|
2554
|
+
position: relative;
|
|
2555
|
+
top: 6px;
|
|
2556
|
+
margin: 0 0.5rem 0 0;
|
|
2557
|
+
}
|
|
2410
2558
|
.lui-button.lui-button-lg.lui-button-icon-right,
|
|
2411
2559
|
a.lui-button.lui-button-lg.lui-button-icon-right {
|
|
2412
2560
|
padding: 0.6875rem 0.75rem 0.6875rem 24px;
|