You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.1 KiB
78 lines
1.1 KiB
/** Colors */ |
|
|
|
/** Box Model */ |
|
|
|
/** Import everything from autoload */ |
|
|
|
/** |
|
* Import npm dependencies |
|
* |
|
* Prefix your imports with `~` to grab from node_modules/ |
|
* @see https://github.com/webpack-contrib/sass-loader#imports |
|
*/ |
|
|
|
/** Import theme styles */ |
|
|
|
/** Search form */ |
|
|
|
/** |
|
* WordPress Generated Classes |
|
* @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes |
|
*/ |
|
|
|
/** Media alignment */ |
|
|
|
.alignnone { |
|
margin-left: 0; |
|
margin-right: 0; |
|
max-width: 100%; |
|
height: auto; |
|
} |
|
|
|
.aligncenter { |
|
display: block; |
|
margin: 1rem auto; |
|
height: auto; |
|
} |
|
|
|
.alignleft, |
|
.alignright { |
|
margin-bottom: 1rem; |
|
height: auto; |
|
} |
|
|
|
@media (min-width: 30rem) { |
|
.alignleft { |
|
float: left; |
|
margin-right: 1rem; |
|
} |
|
|
|
.alignright { |
|
float: right; |
|
margin-left: 1rem; |
|
} |
|
} |
|
|
|
/** Captions */ |
|
|
|
/** Text meant only for screen readers */ |
|
|
|
.screen-reader-text { |
|
position: absolute; |
|
width: 1px; |
|
height: 1px; |
|
padding: 0; |
|
margin: -1px; |
|
overflow: hidden; |
|
clip: rect(0, 0, 0, 0); |
|
border: 0; |
|
color: #000; |
|
background: #fff; |
|
} |
|
|
|
body#tinymce { |
|
margin: 12px !important; |
|
} |
|
|
|
|
|
/*# sourceMappingURL=main.css.map*/ |