Update styling
This commit is contained in:
parent
b33e75d67a
commit
a51a882c1d
|
|
@ -17,7 +17,6 @@
|
|||
margin-bottom: 30px;
|
||||
align-items: start;
|
||||
background-color: $color-brand-light;
|
||||
padding: 20px 0;
|
||||
border-radius: $default-border-radius;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -206,10 +206,11 @@
|
|||
@import '@/styles/_mixins.scss';
|
||||
|
||||
.assignment {
|
||||
margin-bottom: 2em;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
&__title {
|
||||
font-size: toRem(17px);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
&__toggle-input-container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue