Fixed cards style
This commit is contained in:
parent
2b9f1ee7ef
commit
4e6d082697
|
@ -98,7 +98,7 @@
|
|||
|
||||
a:link {
|
||||
border: none;
|
||||
color: rgb(0 0 0 / 70%);
|
||||
color: rgb(0 0 0 / 90%);
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
|
@ -138,7 +138,7 @@
|
|||
}
|
||||
|
||||
.shoutCardSubtitle {
|
||||
color: #696969;
|
||||
color: #141414;
|
||||
@include font-size(1.8rem);
|
||||
font-weight: 400;
|
||||
line-height: 1.3;
|
||||
|
@ -588,14 +588,13 @@
|
|||
|
||||
.shoutCardBigTitle {
|
||||
.shoutCardTitle {
|
||||
@include font-size(2.6rem);
|
||||
@include font-size(3.2rem);
|
||||
display: block;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.shoutCardSubtitle {
|
||||
@include font-size(2.6rem);
|
||||
color: #696969;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -616,10 +615,6 @@
|
|||
|
||||
a:link {
|
||||
background: none !important;
|
||||
|
||||
.shoutCardSubtitle {
|
||||
color: #696969;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -706,7 +701,6 @@
|
|||
|
||||
.shoutCardSubtitle {
|
||||
@include font-size(2.4rem);
|
||||
color: #696969;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
.shoutTopicFloorImportant {
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
background: #fff !important;
|
||||
color: #000 !important;
|
||||
|
|
Loading…
Reference in New Issue
Block a user