mirror of https://github.com/docker/docs.git
Set fixed size so retina image won't expand.
This commit is contained in:
parent
75550a0bbe
commit
d5e37197f9
|
@ -25,6 +25,10 @@
|
|||
.action {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
img {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
}
|
||||
&.disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue