forked from SyncfusionExamples/React-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbutton-group.css
More file actions
54 lines (45 loc) · 865 Bytes
/
button-group.css
File metadata and controls
54 lines (45 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.e-btngrp-watch::before {
content: '\e7cb';
}
.e-btngrp-star::before {
content: '\e81a';
}
.e-btngrp-download::before {
content: '\e752';
}
.e-btngrp-bold::before {
content: '\e73b'
}
.e-btngrp-italic::before {
content: '\e709';
}
.e-btngrp-underline::before {
content: '\e70b';
}
.button-group-section {
width: 320px;
margin: 0 auto;
margin-top: 1.7%;
margin-bottom: 1.7%;
}
.e-bigger .button-group-section {
width: 350px;
}
.button-group-section .row {
margin: 0 0 30px 0;
}
.button-group-section .row:last-child {
margin-bottom: 0;
}
.button-group-section .row .p:first-child {
margin-top: 0;
}
@media only screen and (max-width: 500px) {
.button-group-section {
margin-top: 0%;
margin-bottom: 0%;
}
.button-group-container {
overflow-y: scroll;
}
}