mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +00:00
CSS test
This commit is contained in:
parent
ca2e633d27
commit
9621d74f11
@ -6653,13 +6653,6 @@ 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;
|
||||||
@ -6690,6 +6683,13 @@ a:focus {
|
|||||||
.coop-thumb img {
|
.coop-thumb img {
|
||||||
max-height: 100%; }
|
max-height: 100%; }
|
||||||
|
|
||||||
|
/* Vertical align coop logos on services pages */
|
||||||
|
.services #grid .column img.coop-thumb {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.has-tip {
|
.has-tip {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
|
Loading…
Reference in New Issue
Block a user