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;
|
||||
color: #1e2637; }
|
||||
|
||||
/* Vertical align coop logos on services pages */
|
||||
.services #grid .column {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Coops Thumb */
|
||||
.coop-thumb {
|
||||
height: 123px;
|
||||
@ -6690,6 +6683,13 @@ a:focus {
|
||||
.coop-thumb img {
|
||||
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 {
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
|
Loading…
Reference in New Issue
Block a user