|
@@ -71,7 +71,7 @@
|
|
|
font-family: Lato, Helvetica, sans-serif;
|
|
|
font-weight: 700;
|
|
|
font-size: 30px;
|
|
|
- text-align: center;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
.wp-block.editor-post-title__block {
|
|
@@ -507,17 +507,6 @@
|
|
|
text-shadow: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:hover,
|
|
|
-.wp-block-file .wp-block-file__button:focus {
|
|
|
- -webkit-transition: .3s all ease-in-out;
|
|
|
- -moz-transition: .3s all ease-in-out;
|
|
|
- transition: .3s all ease-in-out;
|
|
|
- color: #fff;
|
|
|
- border-color: #222;
|
|
|
- background: #222;
|
|
|
- box-shadow: none;
|
|
|
-}
|
|
|
-
|
|
|
/*--------------------------------------------------------------
|
|
|
4.0 Blocks - Formatting
|
|
|
--------------------------------------------------------------*/
|
|
@@ -659,53 +648,31 @@
|
|
|
|
|
|
/* Buttons */
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- border-radius: 0;
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
- line-height: 1;
|
|
|
- padding: .75em;
|
|
|
+ line-height: 1.25;
|
|
|
+ padding: .75em 1em;
|
|
|
cursor: pointer;
|
|
|
-webkit-transition: .3s all ease-in-out;
|
|
|
-moz-transition: .3s all ease-in-out;
|
|
|
transition: .3s all ease-in-out;
|
|
|
text-transform: uppercase;
|
|
|
- border: 2px solid currentColor;
|
|
|
- box-shadow: none;
|
|
|
- text-shadow: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button .wp-block-button__link:active,
|
|
|
-.wp-block-button .wp-block-button__link:hover,
|
|
|
-.wp-block-button .wp-block-button__link:focus {
|
|
|
+.wp-block-button__link {
|
|
|
+ background: #222;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background) {
|
|
|
+.is-style-outline .wp-block-button__link {
|
|
|
background: transparent;
|
|
|
- border: 2px solid #222;
|
|
|
+ border-color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background):focus {
|
|
|
- border-color: #222;
|
|
|
- background: #222;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button__link:not(.has-text-color) {
|
|
|
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-text-color):active,
|
|
|
-.wp-block-button__link:not(.has-text-color):focus,
|
|
|
-.wp-block-button__link:not(.has-text-color):hover {
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button__link:not(.has-background):active,
|
|
|
-.wp-block-button__link:not(.has-background):focus,
|
|
|
-.wp-block-button__link:not(.has-background):hover {
|
|
|
- background: #222;
|
|
|
- border: 2px solid #222;
|
|
|
-}
|
|
|
-
|
|
|
/* Separator */
|
|
|
|
|
|
.wp-block-separator {
|