Make custom external and view-more-less-link responsive
This commit is contained in:
parent
f6bd64ca6f
commit
71c19b14c6
|
@ -79,7 +79,7 @@ main {
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
color: @general-custom-external-color;
|
color: @general-custom-external-color;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 70%;
|
font-size: 0.7em;
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
content: "\e895"; /* launch */
|
content: "\e895"; /* launch */
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
|
@ -97,6 +97,7 @@ main {
|
||||||
&::after {
|
&::after {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
content: "\e5cc"; /* chevron_right */
|
content: "\e5cc"; /* chevron_right */
|
||||||
|
font-size: 1.25em;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in New Issue