mirror of https://github.com/docker/docs.git
Add button background color
This commit is contained in:
parent
0eddbafa35
commit
0de73185af
|
@ -404,6 +404,10 @@ a.button.outline-btn {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.darkblue-btn {
|
||||||
|
background-color: #0C5176;
|
||||||
|
}
|
||||||
|
|
||||||
.outline-btn:hover,
|
.outline-btn:hover,
|
||||||
.primary-btn:hover,
|
.primary-btn:hover,
|
||||||
.secondary-btn:hover {
|
.secondary-btn:hover {
|
||||||
|
@ -1758,11 +1762,11 @@ footer {
|
||||||
|
|
||||||
|
|
||||||
/* Landscape */
|
/* Landscape */
|
||||||
@media only screen
|
@media only screen
|
||||||
and (min-device-width: 375px)
|
and (min-device-width: 375px)
|
||||||
and (max-device-width: 667px)
|
and (max-device-width: 667px)
|
||||||
and (-webkit-min-device-pixel-ratio: 2)
|
and (-webkit-min-device-pixel-ratio: 2)
|
||||||
and (orientation: landscape) {
|
and (orientation: landscape) {
|
||||||
.nav-secondary,
|
.nav-secondary,
|
||||||
.nav-secondary-tabs.affix {
|
.nav-secondary-tabs.affix {
|
||||||
height: 155px;
|
height: 155px;
|
||||||
|
|
Loading…
Reference in New Issue