1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 12:59:27 +00:00

Added styling for testResult edit form

This commit is contained in:
2022-04-18 15:53:06 +00:00
parent 82cf917d7c
commit f1336d058f

View File

@@ -23,5 +23,24 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
&__edit {
form {
padding-top: 1rem;
gap: .5rem;
input[type='submit'] {
padding: .2rem 0;
}
@include respond-to('medium') {
width: 50%;
}
@include respond-to('large') {
width: 20%;
}
}
}
} }
} }