Updated assessor page
This commit is contained in:
parent
49675cc75d
commit
28a057f1a4
2 changed files with 103 additions and 9 deletions
|
|
@ -1,4 +1,6 @@
|
|||
@use '/src/styles/variables.sass' as vars
|
||||
@use '/src/styles/classes.sass'
|
||||
@use 'sass:color'
|
||||
|
||||
.modal
|
||||
font-weight: 500
|
||||
|
|
@ -52,5 +54,29 @@
|
|||
font-weight: 700
|
||||
padding: 0.5rem 1rem
|
||||
|
||||
.profile
|
||||
cursor: pointer
|
||||
.config
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 1rem
|
||||
|
||||
&__row
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 0.5rem
|
||||
|
||||
&__edit
|
||||
padding: 1rem 0 0 0
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 0.5rem
|
||||
|
||||
&__title
|
||||
font-weight: bold
|
||||
font-size: 1.15rem
|
||||
|
||||
&__info
|
||||
font-size: 0.75rem
|
||||
opacity: 0.6
|
||||
|
||||
&__button
|
||||
padding: 1rem 0 0 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue