|
@@ -437,13 +437,6 @@
|
|
|
transition: color 0.2s, border-color 0.2s;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:hover,
|
|
|
-.wp-block-file .wp-block-file__button:focus,
|
|
|
-.wp-block-file .wp-block-file__button:active {
|
|
|
- border-color: rgba(119, 119, 119, 0.8);
|
|
|
- color: #777;
|
|
|
-}
|
|
|
-
|
|
|
.rtl .wp-block-file .wp-block-file__button {
|
|
|
margin-left: 10px;
|
|
|
margin-right: 0;
|
|
@@ -812,50 +805,24 @@
|
|
|
|
|
|
/* Buttons */
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- background: transparent;
|
|
|
- border: 2px solid currentColor;
|
|
|
- border-radius: 255px 15px 225px 15px/15px 225px 15px;
|
|
|
font-family: "Kalam", "Chalkboard", "Comic Sans", script;
|
|
|
font-size: 14px;
|
|
|
letter-spacing: 0.05em;
|
|
|
outline: none;
|
|
|
- padding: 10px 20px;
|
|
|
+ padding: 12px 20px 10px;
|
|
|
text-shadow: none;
|
|
|
text-transform: uppercase;
|
|
|
- -webkit-transition: color 0.2s, border-color 0.2s;
|
|
|
- -moz-transition: color 0.2s, border-color 0.2s;
|
|
|
- transition: color 0.2s, border-color 0.2s;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button .wp-block-button__link:active,
|
|
|
-.wp-block-button .wp-block-button__link:hover,
|
|
|
-.wp-block-button .wp-block-button__link:focus {
|
|
|
- box-shadow: none;
|
|
|
- text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background) {
|
|
|
- background: transparent;
|
|
|
- border: 2px solid rgba(119, 119, 119, 0.5);
|
|
|
+.wp-block-button__link {
|
|
|
+ background-color: rgba(119, 119, 119, 0.8);
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-text-color) {
|
|
|
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
color: rgba(119, 119, 119, 0.8);
|
|
|
}
|
|
|
|
|
|
-.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: #777;
|
|
|
-}
|
|
|
-
|
|
|
-.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: transparent;
|
|
|
- border-color: rgba(119, 119, 119, 0.8);
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-button.alignleft {
|
|
|
margin-left: 0;
|
|
|
}
|