styled button-more line-height
This commit is contained in:
parent
ec31d8669d
commit
ab8c41182b
|
@ -924,6 +924,10 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
border-color: #333;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .button-more {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .button-more::after {
|
||||
content: "+";
|
||||
display: inline-block;
|
||||
|
@ -935,6 +939,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
|
||||
.edit-post-visual-editor__content-area .button-more:hover::after {
|
||||
content: ">";
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .home-featured .more-link, .edit-post-visual-editor__content-area .archive-posts .more-link {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,21 +23,18 @@ input[type="submit"],
|
|||
}
|
||||
}
|
||||
.button-more {
|
||||
line-height: 2.5em;
|
||||
&::after {
|
||||
content: "+";
|
||||
display: inline-block;
|
||||
width: 2rem;
|
||||
//height: 2rem;
|
||||
//padding: 0 0.5rem;
|
||||
font-family: $font__black;
|
||||
font-size: 1.5rem;
|
||||
text-align: right;
|
||||
}
|
||||
&:hover::after {
|
||||
content: ">";
|
||||
//padding-left: 0.2rem;
|
||||
//font-size: 1.2rem;
|
||||
//line-height: 1.5;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
.home-featured,.archive-posts {
|
||||
|
|
|
@ -855,6 +855,10 @@ input[type="submit"]:focus,
|
|||
border-color: #333;
|
||||
}
|
||||
|
||||
.button-more {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
.button-more::after {
|
||||
content: "+";
|
||||
display: inline-block;
|
||||
|
@ -866,6 +870,7 @@ input[type="submit"]:focus,
|
|||
|
||||
.button-more:hover::after {
|
||||
content: ">";
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.home-featured .more-link, .archive-posts .more-link {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue