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,7 +74,8 @@ body.ui-mobile-viewport {
|
||||
}
|
||||
}
|
||||
|
||||
form .ui-input-btn {
|
||||
form {
|
||||
.ui-input-btn {
|
||||
background-color: #60ACF0;
|
||||
color: #fff;
|
||||
text-shadow: 0px 1px 0px rgb(92, 152, 198);
|
||||
@ -84,6 +85,21 @@ body.ui-mobile-viewport {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/* Active button */
|
||||
.ui-page-theme-a .ui-btn.ui-btn-active,
|
||||
|
Loading…
Reference in New Issue
Block a user