- updated dependencies;
- fixed displaying delega; - fixed switching companies; - added toast for profile and company profile; - fixed registration 'deby/allow all' func;
This commit is contained in:
@@ -177,6 +177,7 @@
|
||||
.appForm__switchFieldWrapper {
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.appForm__field.switch {
|
||||
width: 90px;
|
||||
@@ -184,7 +185,9 @@
|
||||
|
||||
> div:nth-of-type(2) {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -58,6 +58,12 @@
|
||||
&[data-active="true"] {
|
||||
color: var(--primary-text);
|
||||
}
|
||||
|
||||
&[data-active="false"] {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
margin-right: 7px;
|
||||
|
||||
Reference in New Issue
Block a user