mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
29 lines
392 B
Plaintext
29 lines
392 B
Plaintext
.jobMutation {
|
|
|
|
&__form {
|
|
margin-top:2rem;
|
|
}
|
|
|
|
&__block {
|
|
margin-bottom: 2rem;
|
|
}
|
|
&__newButton{
|
|
float: right;
|
|
}
|
|
|
|
&__helpContainer {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
&__spaceTop{
|
|
margin-top:1rem !important;
|
|
}
|
|
|
|
&__separator{
|
|
background-color: #2b2b2b;
|
|
border-radius: 10px;
|
|
padding: .8rem;
|
|
}
|
|
} |