mirror of https://github.com/docker/docs.git
Tweaked icon button size.
This commit is contained in:
parent
b4b5f91675
commit
bcb2c9936a
|
@ -334,7 +334,7 @@
|
||||||
.details-header-actions {
|
.details-header-actions {
|
||||||
flex: 1 auto;
|
flex: 1 auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-top: -10px;
|
margin-top: -5px;
|
||||||
.action {
|
.action {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.action-icon {
|
.action-icon {
|
||||||
|
@ -345,7 +345,7 @@
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;*/
|
-webkit-text-fill-color: transparent;*/
|
||||||
color: @gray-normal;
|
color: @gray-normal;
|
||||||
font-size: 32px;
|
font-size: 30px;
|
||||||
margin-right: 35px;
|
margin-right: 35px;
|
||||||
//color: @gray-darker;
|
//color: @gray-darker;
|
||||||
transition: all 0.25s;
|
transition: all 0.25s;
|
||||||
|
|
Loading…
Reference in New Issue