style: split AccountMenu to smaller components
- change link to button for "Advanced Options" - show cursor as pointer on checkbox and its label
This commit is contained in:
@@ -193,6 +193,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
|
||||
input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.fill-current {
|
||||
|
||||
Reference in New Issue
Block a user