Merge branch 'dev' of github.com:Discours/discoursio-webapp into dev
This commit is contained in:
commit
a87efec9dc
|
@ -2,15 +2,16 @@
|
||||||
@include font-size(1.2rem);
|
@include font-size(1.2rem);
|
||||||
|
|
||||||
color: var(--secondary-color);
|
color: var(--secondary-color);
|
||||||
align-items: center;
|
//align-self: center;
|
||||||
align-self: center;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: flex-start;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: .5rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
justify-content: flex-start;
|
margin-bottom: .5rem;
|
||||||
margin: 0 1rem;
|
|
||||||
height: 1.6rem;
|
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
|
@ -204,7 +204,7 @@ a:hover,
|
||||||
a:visited,
|
a:visited,
|
||||||
a:link,
|
a:link,
|
||||||
.link {
|
.link {
|
||||||
border-bottom: 2px solid rgb(0 0 0 / 30%);
|
border-bottom: 2px solid var(--link-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user