mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-07 22:46:13 +01:00
21 lines
395 B
SCSS
21 lines
395 B
SCSS
|
|
||
|
.provider-form {
|
||
|
.main-actions {
|
||
|
display: flex;
|
||
|
flex-direction: row-reverse;
|
||
|
|
||
|
.submit-button {
|
||
|
margin-top: 2em;
|
||
|
border-color: var(--information-light);
|
||
|
background-color: var(--information);
|
||
|
color: white;
|
||
|
|
||
|
&:hover {
|
||
|
border-color: var(--information);
|
||
|
background-color: var(--information-dark);
|
||
|
color: white;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|