-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-admin.css
More file actions
64 lines (51 loc) · 821 Bytes
/
style-admin.css
File metadata and controls
64 lines (51 loc) · 821 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
55
56
57
58
59
60
61
62
63
64
.widefat {
width: auto;
}
.ss-list-width {
width: 25%;
}
.ss-form-width {
width: 100%;
}
.ss-th-width {
width: 25%;
}
.ss-field-width {
width: 75%;
}
.slider-block {
text-align: center;
margin: 0 auto;
max-width: 100%;
padding: 0 20px;
}
.slider {
text-align: center;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.slider-block h3 {
font-size: 25px;
margin-bottom: 30px;
}
.item {
margin: 20px;
max-width: 400px;
width: 100%;
text-align: left;
}
.item img {
display: block;
max-width: 100%;
height: auto;
}
.item h4 {
font-size: 20px;
font-weight: 700;
margin: 20px 0px;
text-align: center;
}
.item p{
font-weight: 400;
}