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