mirror of
https://github.com/remvze/moodist.git
synced 2026-03-11 22:54:42 +08:00
style: add line to titles
This commit is contained in:
@@ -1,11 +1,24 @@
|
||||
.why {
|
||||
padding-bottom: 80px;
|
||||
|
||||
& .title {
|
||||
margin-bottom: 12px;
|
||||
font-family: var(--font-display);
|
||||
font-size: var(--font-lg);
|
||||
font-weight: 600;
|
||||
& .titleWrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 15px;
|
||||
|
||||
& .title {
|
||||
margin-bottom: 12px;
|
||||
font-family: var(--font-display);
|
||||
font-size: var(--font-lg);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
& .line {
|
||||
height: 1px;
|
||||
flex-grow: 1;
|
||||
background: linear-gradient(90deg, var(--color-neutral-300), transparent);
|
||||
transform: translateY(-0.188rem);
|
||||
}
|
||||
}
|
||||
|
||||
& .reasons {
|
||||
|
||||
Reference in New Issue
Block a user