-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocks.style.build.css
executable file
·136 lines (131 loc) · 4.44 KB
/
blocks.style.build.css
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
/**
* #.# Styles
*
* CSS for both Frontend+Backend.
*/
.wp-block-cgb-block-accordion-control {
background: orangered;
border: 0.2rem solid #292929;
color: #292929;
margin: 0 auto;
max-width: 740px;
padding: 2rem; }
.accord-group {
border: 1px solid #dedede;
background: #f4f4f4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1rem;
border-radius: .5rem; }
.accord-item-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1rem;
border: 1px solid #dedede;
border-radius: .5rem; }
.accord-item-heading {
display: block;
background: #1e6abc;
color: #f4f4f4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: .25rem;
border-radius: .25rem;
font-size: 14px; }
.accord-item-heading:hover {
color: #f4f4f4; }
.accord-content {
background: #dedede;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #cdcdcd;
padding: 1rem;
font-size: 14px; }
/* Font end */
.wp-block-emfl-accordion-group {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
margin: 0 auto; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-heading {
cursor: pointer;
margin-top: .75rem; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-heading a {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 84%;
background: #303030;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: .65rem;
color: #f4f4f4;
border-radius: .5rem; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-heading a:hover, .wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-heading a.accord-active {
background: #2ea2cc !important; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-heading a.accord-active {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-heading a.accord-active:before {
font-family: "FontAwesome";
content: "\f0d7"; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-heading a:before {
font-family: "FontAwesome";
content: "\f0da";
color: #f4f4f4;
padding: 0 .6rem; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content {
display: none;
font-size: 84%;
width: 100%;
padding: 1rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #dedede;
border-top: 0;
border-bottom-left-radius: .5rem;
border-bottom-right-radius: .5rem; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content figure {
margin: 0 auto !important;
padding: 0;
position: relative; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content figure img {
width: 100%;
margin: 1rem auto;
border-radius: .5rem;
border: 1px solid #dedede; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content figure figcaption {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.45);
color: #f4f4f4;
text-align: center;
font-size: 110%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1.25rem 0;
border-bottom-left-radius: .5rem;
border-bottom-right-radius: .5rem; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content p, .wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content ul, .wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content ul li, .wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content ul li a {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content ul {
margin: 0;
padding: 0;
list-style: none; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content ul li {
margin: 0;
padding: 0;
list-style: none; }
.wp-block-emfl-accordion-group .emfl-accord-item .emfl-item-content ul li:before {
font-family: "FontAwesome";
content: "\f0da";
color: #656565;
padding: 0 .6rem; }