Skip to content

Commit 957d8a8

Browse files
committed
Update
1 parent 3e027df commit 957d8a8

7 files changed

Lines changed: 139 additions & 369 deletions

File tree

dist/point.css

Lines changed: 3 additions & 167 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,18 +1005,14 @@ th {
10051005
display: none !important;
10061006
}
10071007

1008-
.hidden-until {
1009-
display: none !important;
1010-
}
1011-
10121008
@media (min-width: 768px) {
10131009
.hidden\@sm {
10141010
display: none !important;
10151011
}
10161012
}
10171013

10181014
@media (max-width: 767px) {
1019-
.hidden-until\@sm {
1015+
.shown\@sm {
10201016
display: none !important;
10211017
}
10221018
}
@@ -1028,7 +1024,7 @@ th {
10281024
}
10291025

10301026
@media (max-width: 999px) {
1031-
.hidden-until\@md {
1027+
.shown\@md {
10321028
display: none !important;
10331029
}
10341030
}
@@ -1040,7 +1036,7 @@ th {
10401036
}
10411037

10421038
@media (max-width: 1199px) {
1043-
.hidden-until\@lg {
1039+
.shown\@lg {
10441040
display: none !important;
10451041
}
10461042
}
@@ -1719,38 +1715,6 @@ fieldset[disabled] .btn {
17191715
border-bottom-color: #636AFF;
17201716
}
17211717

1722-
.btn.btn--primary.btn--light {
1723-
color: #636AFF;
1724-
background-color: #ecedff;
1725-
border-color: #ecedff;
1726-
}
1727-
1728-
.btn.btn--primary.btn--light:hover, .btn.btn--primary.btn--light.is-hovered {
1729-
color: #636AFF;
1730-
background-color: #e0e1ff;
1731-
border-color: #e0e1ff;
1732-
}
1733-
1734-
.btn.btn--primary.btn--light:focus, .btn.btn--primary.btn--light.is-focused {
1735-
box-shadow: 0 0 0 2px #aeb2ff;
1736-
}
1737-
1738-
.btn.btn--primary.btn--light:active, .btn.btn--primary.btn--light.is-active {
1739-
color: #636AFF;
1740-
background-color: #d3d5ff;
1741-
border-color: #d3d5ff;
1742-
}
1743-
1744-
.btn.btn--primary.btn--light.is-loading, .btn.btn--primary.btn--light.is-loading:active, .btn.btn--primary.btn--light.is-loading:hover, .btn.btn--primary.btn--light[loading], .btn.btn--primary.btn--light[loading]:active, .btn.btn--primary.btn--light[loading]:hover {
1745-
color: transparent;
1746-
background-color: transparent;
1747-
}
1748-
1749-
.btn.btn--primary.btn--light.is-loading:after, .btn.btn--primary.btn--light[loading]:after {
1750-
border-left-color: #636AFF;
1751-
border-bottom-color: #636AFF;
1752-
}
1753-
17541718
.btn.btn--danger {
17551719
color: #ffffff;
17561720
border-color: #ff2d20;
@@ -1810,38 +1774,6 @@ fieldset[disabled] .btn {
18101774
border-bottom-color: #ff2d20;
18111775
}
18121776

1813-
.btn.btn--danger.btn--light {
1814-
color: #ff2d20;
1815-
background-color: #ffe6e4;
1816-
border-color: #ffe6e4;
1817-
}
1818-
1819-
.btn.btn--danger.btn--light:hover, .btn.btn--danger.btn--light.is-hovered {
1820-
color: #ff2d20;
1821-
background-color: #ffd5d2;
1822-
border-color: #ffd5d2;
1823-
}
1824-
1825-
.btn.btn--danger.btn--light:focus, .btn.btn--danger.btn--light.is-focused {
1826-
box-shadow: 0 0 0 2px #ff928b;
1827-
}
1828-
1829-
.btn.btn--danger.btn--light:active, .btn.btn--danger.btn--light.is-active {
1830-
color: #ff2d20;
1831-
background-color: #ffc4c1;
1832-
border-color: #ffc4c1;
1833-
}
1834-
1835-
.btn.btn--danger.btn--light.is-loading, .btn.btn--danger.btn--light.is-loading:active, .btn.btn--danger.btn--light.is-loading:hover, .btn.btn--danger.btn--light[loading], .btn.btn--danger.btn--light[loading]:active, .btn.btn--danger.btn--light[loading]:hover {
1836-
color: transparent;
1837-
background-color: transparent;
1838-
}
1839-
1840-
.btn.btn--danger.btn--light.is-loading:after, .btn.btn--danger.btn--light[loading]:after {
1841-
border-left-color: #ff2d20;
1842-
border-bottom-color: #ff2d20;
1843-
}
1844-
18451777
.btn.btn--success {
18461778
color: #ffffff;
18471779
border-color: #31c971;
@@ -1901,38 +1833,6 @@ fieldset[disabled] .btn {
19011833
border-bottom-color: #31c971;
19021834
}
19031835

1904-
.btn.btn--success.btn--light {
1905-
color: #31c971;
1906-
background-color: #e6f9ee;
1907-
border-color: #e6f9ee;
1908-
}
1909-
1910-
.btn.btn--success.btn--light:hover, .btn.btn--success.btn--light.is-hovered {
1911-
color: #31c971;
1912-
background-color: #d6f4e3;
1913-
border-color: #d6f4e3;
1914-
}
1915-
1916-
.btn.btn--success.btn--light:focus, .btn.btn--success.btn--light.is-focused {
1917-
box-shadow: 0 0 0 2px #94e3b5;
1918-
}
1919-
1920-
.btn.btn--success.btn--light:active, .btn.btn--success.btn--light.is-active {
1921-
color: #31c971;
1922-
background-color: #c5f0d7;
1923-
border-color: #c5f0d7;
1924-
}
1925-
1926-
.btn.btn--success.btn--light.is-loading, .btn.btn--success.btn--light.is-loading:active, .btn.btn--success.btn--light.is-loading:hover, .btn.btn--success.btn--light[loading], .btn.btn--success.btn--light[loading]:active, .btn.btn--success.btn--light[loading]:hover {
1927-
color: transparent;
1928-
background-color: transparent;
1929-
}
1930-
1931-
.btn.btn--success.btn--light.is-loading:after, .btn.btn--success.btn--light[loading]:after {
1932-
border-left-color: #31c971;
1933-
border-bottom-color: #31c971;
1934-
}
1935-
19361836
.btn.btn--info {
19371837
color: #ffffff;
19381838
border-color: #0069ff;
@@ -1992,38 +1892,6 @@ fieldset[disabled] .btn {
19921892
border-bottom-color: #0069ff;
19931893
}
19941894

1995-
.btn.btn--info.btn--light {
1996-
color: #0069ff;
1997-
background-color: #e0edff;
1998-
border-color: #e0edff;
1999-
}
2000-
2001-
.btn.btn--info.btn--light:hover, .btn.btn--info.btn--light.is-hovered {
2002-
color: #0069ff;
2003-
background-color: #cce1ff;
2004-
border-color: #cce1ff;
2005-
}
2006-
2007-
.btn.btn--info.btn--light:focus, .btn.btn--info.btn--light.is-focused {
2008-
box-shadow: 0 0 0 2px #7ab1ff;
2009-
}
2010-
2011-
.btn.btn--info.btn--light:active, .btn.btn--info.btn--light.is-active {
2012-
color: #0069ff;
2013-
background-color: #b8d5ff;
2014-
border-color: #b8d5ff;
2015-
}
2016-
2017-
.btn.btn--info.btn--light.is-loading, .btn.btn--info.btn--light.is-loading:active, .btn.btn--info.btn--light.is-loading:hover, .btn.btn--info.btn--light[loading], .btn.btn--info.btn--light[loading]:active, .btn.btn--info.btn--light[loading]:hover {
2018-
color: transparent;
2019-
background-color: transparent;
2020-
}
2021-
2022-
.btn.btn--info.btn--light.is-loading:after, .btn.btn--info.btn--light[loading]:after {
2023-
border-left-color: #0069ff;
2024-
border-bottom-color: #0069ff;
2025-
}
2026-
20271895
.btn.btn--warning {
20281896
color: #212121;
20291897
border-color: #f4c414;
@@ -2083,38 +1951,6 @@ fieldset[disabled] .btn {
20831951
border-bottom-color: #f4c414;
20841952
}
20851953

2086-
.btn.btn--warning.btn--light {
2087-
color: #f4c414;
2088-
background-color: #fef8e3;
2089-
border-color: #fef8e3;
2090-
}
2091-
2092-
.btn.btn--warning.btn--light:hover, .btn.btn--warning.btn--light.is-hovered {
2093-
color: #f4c414;
2094-
background-color: #fdf3d0;
2095-
border-color: #fdf3d0;
2096-
}
2097-
2098-
.btn.btn--warning.btn--light:focus, .btn.btn--warning.btn--light.is-focused {
2099-
box-shadow: 0 0 0 2px #f9e085;
2100-
}
2101-
2102-
.btn.btn--warning.btn--light:active, .btn.btn--warning.btn--light.is-active {
2103-
color: #f4c414;
2104-
background-color: #fceebd;
2105-
border-color: #fceebd;
2106-
}
2107-
2108-
.btn.btn--warning.btn--light.is-loading, .btn.btn--warning.btn--light.is-loading:active, .btn.btn--warning.btn--light.is-loading:hover, .btn.btn--warning.btn--light[loading], .btn.btn--warning.btn--light[loading]:active, .btn.btn--warning.btn--light[loading]:hover {
2109-
color: transparent;
2110-
background-color: transparent;
2111-
}
2112-
2113-
.btn.btn--warning.btn--light.is-loading:after, .btn.btn--warning.btn--light[loading]:after {
2114-
border-left-color: #f4c414;
2115-
border-bottom-color: #f4c414;
2116-
}
2117-
21181954
.btn.btn--sm {
21191955
font-size: 14px;
21201956
border-radius: 4px;

dist/point.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/button.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -142,20 +142,6 @@ <h2 id="variants">
142142
&lt;button class=&quot;btn btn--warning&quot;&gt;Warning&lt;/button&gt;
143143
&lt;button class=&quot;btn btn--dark&quot;&gt;Dark&lt;/button&gt;
144144
&lt;button class=&quot;btn btn--white&quot;&gt;White&lt;/button&gt;</code></pre>
145-
<h5 id="light">Light</h5><p>By adding the <code>.btn--light</code> modifier class on any predefined button element to create light background button</p>
146-
<div class="mb-6">
147-
<button class="btn btn--light btn--primary">Primary</button>
148-
<button class="btn btn--light btn--info">Info</button>
149-
<button class="btn btn--light btn--success">Success</button>
150-
<button class="btn btn--light btn--danger">Danger</button>
151-
<button class="btn btn--light btn--warning">Warning</button>
152-
</div>
153-
154-
<pre><code class="language-html">&lt;button class=&quot;btn btn--light btn--primary&quot;&gt;Primary&lt;/button&gt;
155-
&lt;button class=&quot;btn btn--light btn--info&quot;&gt;Info&lt;/button&gt;
156-
&lt;button class=&quot;btn btn--light btn--success&quot;&gt;Success&lt;/button&gt;
157-
&lt;button class=&quot;btn btn--light btn--danger&quot;&gt;Danger&lt;/button&gt;
158-
&lt;button class=&quot;btn btn--light btn--warning&quot;&gt;Warning&lt;/button&gt;</code></pre>
159145
<h5 id="outline">Outline</h5><p>By adding the <code>.btn--outline</code> modifier class on any predefined button element to remove background color</p>
160146
<div class="mb-6">
161147
<button class="btn btn--outline btn--primary">Primary</button>

0 commit comments

Comments
 (0)