generated from wp-oop/plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (43 loc) · 1.17 KB
/
style.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
/**
Theme Name: Red Acre - Test A-1
Theme URI: https://github.com/XedinUnknown/red-acre-test-a-1
Description: A test theme for Red Acre.
Author: Anton Ukhanev
Author URI: https://github.com/XedinUnknown
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: red-acre-test-a-1
Tested up to: 6.0
Requires PHP: 7.2
*/
footer .wp-block-navigation {
color: inherit;
font: inherit;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
.flex-space-evenly {
justify-content: space-evenly !important;
}
@media (min-width: 600px) {
.breakout-wide-only {
position: absolute;
}
.nudged-wide-only {
padding-top: var(--wp--preset--spacing--155);
padding-right: var(--wp--preset--spacing--54);
}
}
@media (max-width: 600px) {
.wp-block-navigation__responsive-container {
background: linear-gradient(104.53deg, #EDEBF9 2.98%, rgba(255, 255, 255, 0.4) 101.73%) !important;
backdrop-filter: blur(8px);
}
footer .wp-block-group .wp-block-group .wp-block-group {
width: 100%;
}
}