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:
VardanHakobyan
2021-06-11 15:01:56 +04:00
parent 8a2fa13d4e
commit abb0b6595e
2 changed files with 9 additions and 8 deletions

View File

@@ -193,6 +193,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
.cursor-pointer {
cursor: pointer;
input[type="checkbox"] {
cursor: pointer;
}
}
.fill-current {