mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-11-04 14:43:24 +01:00
form warnings
This commit is contained in:
parent
c521cd4438
commit
36ff4e2f7d
@ -74,14 +74,30 @@ body.ui-mobile-viewport {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
form .ui-input-btn {
|
form {
|
||||||
background-color: #60ACF0;
|
.ui-input-btn {
|
||||||
color: #fff;
|
background-color: #60ACF0;
|
||||||
text-shadow: 0px 1px 0px rgb(92, 152, 198);
|
color: #fff;
|
||||||
&:hover {
|
text-shadow: 0px 1px 0px rgb(92, 152, 198);
|
||||||
background-color: #3F87D9;
|
&:hover {
|
||||||
color: #fff;
|
background-color: #3F87D9;
|
||||||
text-shadow: 0px 1px 0px rgb(92, 152, 198);
|
color: #fff;
|
||||||
|
text-shadow: 0px 1px 0px rgb(92, 152, 198);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.warning {
|
||||||
|
dispay: none;
|
||||||
|
display: none;
|
||||||
|
font-weight: normal;
|
||||||
|
&.off {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.ui-checkbox-on .warning {
|
||||||
|
display: block;
|
||||||
|
&.off {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user