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 {
|
.action {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
img {
|
||||||
|
width: 42px;
|
||||||
|
height: 42px;
|
||||||
|
}
|
||||||
&.disabled {
|
&.disabled {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue