Minor style fixes
This commit is contained in:
parent
ac09ac3067
commit
d2a72cc894
|
@ -1,5 +1,4 @@
|
||||||
.circlewrap {
|
.circlewrap {
|
||||||
align-items: center;
|
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
@ -35,6 +34,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
|
@ -323,6 +323,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shoutCardSubtitle {
|
||||||
|
color: rgb(255 255 255 / 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
&:global(.swiper-slide-active) .shoutCardCover {
|
&:global(.swiper-slide-active) .shoutCardCover {
|
||||||
&:after {
|
&:after {
|
||||||
background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 70%) 100%);
|
background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 70%) 100%);
|
||||||
|
@ -609,8 +613,11 @@
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shoutCardTitle {
|
||||||
|
padding-right: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
.shoutCardSubtitle {
|
.shoutCardSubtitle {
|
||||||
padding-left: 0.3em;
|
|
||||||
box-decoration-break: slice;
|
box-decoration-break: slice;
|
||||||
/* stylelint-disable-next-line */
|
/* stylelint-disable-next-line */
|
||||||
-webkit-box-decoration-break: slice;
|
-webkit-box-decoration-break: slice;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user