CSS tweak
This commit is contained in:
parent
f641c889da
commit
ca2e633d27
@ -6653,6 +6653,13 @@ a:focus {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #1e2637; }
|
color: #1e2637; }
|
||||||
|
|
||||||
|
/* Vertical align coop logos on services pages */
|
||||||
|
.services #grid .column {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Coops Thumb */
|
/* Coops Thumb */
|
||||||
.coop-thumb {
|
.coop-thumb {
|
||||||
height: 123px;
|
height: 123px;
|
||||||
@ -6683,13 +6690,6 @@ a:focus {
|
|||||||
.coop-thumb img {
|
.coop-thumb img {
|
||||||
max-height: 100%; }
|
max-height: 100%; }
|
||||||
|
|
||||||
/* vertical align coop logos on services pages */
|
|
||||||
.services #grid .column {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.has-tip {
|
.has-tip {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
|
Loading…
Reference in New Issue
Block a user