Skip to content

Commit 20355e0

Browse files
authored
Update styleguide-specific.min.css
1 parent 2cf09c4 commit 20355e0

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

source/styleguide/css/styleguide-specific.min.css

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,4 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
.demo-animate {
7-
background: #ddd;
8-
padding: 1em;
9-
margin-bottom: 1em;
10-
text-align: center;
11-
border-radius: 8px;
12-
cursor: pointer;
13-
}
14-
15-
.sg-colors {
16-
display: box;
17-
display: flex;
18-
display: flexbox;
19-
display: flex;
20-
flex-wrap: wrap;
21-
flex-wrap: wrap;
22-
flex-wrap: wrap;
23-
}
24-
25-
.sg-colors li {
26-
-webkit-box-flex: 1;
27-
flex: auto;
28-
flex: auto;
29-
flex: auto;
30-
padding: 0.3em;
31-
margin: 0 0.5em 0.5em 0;
32-
min-width: 5em;
33-
border: 1px solid #ddd;
34-
border-radius: 8px;
35-
}
36-
37-
.sg-swatch {
38-
display: block;
39-
height: 4em;
40-
margin-bottom: 0.3em;
41-
border-radius: 5px;
42-
}
43-
44-
.sg-label {
45-
font-size: 90%;
46-
line-height: 1;
47-
}
48-
49-
.sg-fonts p {
50-
margin-bottom: 0.3em;
51-
}
6+
.demo-animate{background:#ddd;padding:1em;margin-bottom:1em;text-align:center;border-radius:8px;cursor:pointer}.sg-colors{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.sg-colors li{-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;padding:.3em;margin:0 .5em .5em 0;min-width:5em;border:1px solid #ddd;border-radius:8px}.sg-swatch{display:block;height:4em;margin-bottom:.3em;border-radius:5px}.sg-label{font-size:90%;line-height:1}.sg-fonts p{margin-bottom:.3em}

0 commit comments

Comments
 (0)