several adjustments based on Malin's feedback
This commit is contained in:
committed by
Benedikt Rötsch
parent
99b755fcbc
commit
31ff2d3006
@@ -1,10 +1,6 @@
|
||||
@import './card';
|
||||
|
||||
@block course {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
@element title {
|
||||
margin-bottom: calc(var(--grid-gutter));
|
||||
}
|
||||
|
||||
@@ -16,9 +16,13 @@
|
||||
display: block;
|
||||
color: var(--color-text-grey);
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
color: var(--color-text-default);
|
||||
}
|
||||
|
||||
&.active {
|
||||
font-family: var(--font-medium);
|
||||
color: var(--color-text-default);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
font-family: var(--font-medium);
|
||||
color: var(--color-text-default);
|
||||
}
|
||||
|
||||
&.active {
|
||||
position: relative;
|
||||
font-family: var(--font-medium);
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
|
||||
& > * {
|
||||
max-width: var(--layout-sidebar-content-width);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,10 +8,6 @@
|
||||
}
|
||||
|
||||
@block lesson {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
@element title {
|
||||
margin-bottom: calc(var(--grid-gutter));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user