|
@@ -405,32 +405,33 @@
|
|
|
margin: 1.5em 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file a.wp-block-file__button,
|
|
|
-.wp-block-file a.wp-block-file__button:visited {
|
|
|
+.wp-block-file .wp-block-file__button {
|
|
|
+ border-radius: 0;
|
|
|
background: #a09a92;
|
|
|
border: 1px solid #eae9e6;
|
|
|
color: #eae9e6;
|
|
|
font-size: 12px;
|
|
|
letter-spacing: 1px;
|
|
|
+ line-height: 24px;
|
|
|
outline: 4px solid #a09a92;
|
|
|
- padding: 0.7rem 1.4rem;
|
|
|
+ padding: 7px 14px;
|
|
|
position: relative;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file a.wp-block-file__button:hover,
|
|
|
-.wp-block-file a.wp-block-file__button:focus {
|
|
|
+.wp-block-file .wp-block-file__button:hover,
|
|
|
+.wp-block-file .wp-block-file__button:focus {
|
|
|
background: #a09a92;
|
|
|
color: #faf9f5;
|
|
|
outline: 2px solid #a09a92;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file a.wp-block-file__button:active {
|
|
|
+.wp-block-file .wp-block-file__button:active {
|
|
|
background: #363431;
|
|
|
outline: 5px solid #363431;
|
|
|
}
|
|
|
|
|
|
-.rtl .wp-block-file a.wp-block-file__button {
|
|
|
+.rtl .wp-block-file .wp-block-file__button {
|
|
|
margin-left: .75em;
|
|
|
margin-right: 0;
|
|
|
}
|
|
@@ -795,7 +796,8 @@
|
|
|
border-radius: 0;
|
|
|
font-size: 12px;
|
|
|
letter-spacing: 1px;
|
|
|
- padding: 0.7rem 1.4rem;
|
|
|
+ padding: 7px 14px;
|
|
|
+ line-height: 24px;
|
|
|
position: relative;
|
|
|
text-transform: uppercase;
|
|
|
}
|