mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 14:59:31 +00:00
Added styling for testResult edit form
This commit is contained in:
@@ -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%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user