cards.css in Open Social 8.9
.card {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #ffffff;
}
.card__title {
color: #555555;
font-weight: 500;
}
.card__title svg {
display: inline-block;
vertical-align: middle;
width: 19px;
height: 19px;
margin-right: 7px;
}
.block--custom-content-list .card__title .content-list__type {
display: none;
/* temporary styles */
width: 14px;
height: 14px;
margin-right: 1rem;
fill: #555;
/* $$gray */
}
.block--custom-content-list .card__actionbar {
text-align: center;
}
.region--complementary .card__title,
.region--complementary .card__actionbar,
.paragraph--block .secondary-col .card__title,
.paragraph--block .secondary-col .card__actionbar {
text-align: center;
}
.card__block:first-child {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.card__block:last-child {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.card__nested-section:last-child {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.card__link {
color: #29abe2;
}
.card__link:hover {
color: #1a8dbe;
}
.card.block-data-policy .card__title,
.card.block-data-policy .card__block {
width: 100%;
}
File
themes/socialblue/assets/css/cards.css
View source
- .card {
- border-top-left-radius: 10px;
- border-bottom-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-right-radius: 10px;
- background-color: #ffffff;
- }
-
- .card__title {
- color: #555555;
- font-weight: 500;
- }
-
- .card__title svg {
- display: inline-block;
- vertical-align: middle;
- width: 19px;
- height: 19px;
- margin-right: 7px;
- }
-
- .block--custom-content-list .card__title .content-list__type {
- display: none;
- /* temporary styles */
- width: 14px;
- height: 14px;
- margin-right: 1rem;
- fill: #555;
- /* $$gray */
- }
-
- .block--custom-content-list .card__actionbar {
- text-align: center;
- }
-
- .region--complementary .card__title,
- .region--complementary .card__actionbar,
- .paragraph--block .secondary-col .card__title,
- .paragraph--block .secondary-col .card__actionbar {
- text-align: center;
- }
-
- .card__block:first-child {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
-
- .card__block:last-child {
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
-
- .card__nested-section:last-child {
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
-
- .card__link {
- color: #29abe2;
- }
-
- .card__link:hover {
- color: #1a8dbe;
- }
-
- .card.block-data-policy .card__title,
- .card.block-data-policy .card__block {
- width: 100%;
- }