Lane difficulty added
This commit is contained in:
@@ -274,6 +274,30 @@
|
||||
border-right: 1px solid #e9ecef;
|
||||
}
|
||||
|
||||
/* Lane Difficulty Selection Styles */
|
||||
.lane-difficulty-selection {
|
||||
margin-top: 20px;
|
||||
padding: 20px;
|
||||
background: rgba(73, 186, 228, 0.1);
|
||||
border-radius: 12px;
|
||||
border: 2px solid rgba(73, 186, 228, 0.2);
|
||||
}
|
||||
|
||||
.lane-difficulty-selection .form-group {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.lane-difficulty-selection .form-group:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.lane-difficulty-selection label {
|
||||
font-weight: 600;
|
||||
color: #223c83;
|
||||
margin-bottom: 12px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.restriction-notice {
|
||||
background: #fff3cd;
|
||||
color: #856404;
|
||||
|
||||
Reference in New Issue
Block a user