-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.css
42 lines (36 loc) · 1.06 KB
/
editor.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
/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.wp-block-donmhico-insert-giphy-block .giphy_spinner_container {
align-items: center;
display: flex;
justify-content: center;
padding-top: 8px;
}
.wp-block-donmhico-insert-giphy-block .giphy_spinner_container .components-spinner {
float: none;
margin: 0;
}
.wp-block-donmhico-insert-giphy-block .giphy_nav_controls {
align-items: center;
display: flex;
justify-content: center;
margin-top: 8px;
}
.wp-block-donmhico-insert-giphy-block .giphy_nav_controls .giphy_nav_controls__control {
display: inline-flex;
margin: 0 3px;
}
.wp-block-donmhico-insert-giphy-block .giphy_nav_controls .giphy_nav_controls__control .giphy_nav_field .components-base-control__field {
margin-bottom: 0;
}
.wp-block-donmhico-insert-giphy-block .giphy_nav_controls .giphy_nav_controls__control .giphy_nav_field input {
width: 64px;
}
.insert-giphy-block-api-saved {
background-color: #eff9f1;
border-left: 4px solid #4ab866;
padding: 8px 12px;
}