diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-19 11:24:54 -0400 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-19 11:24:54 -0400 |
| commit | 94cfa66db4d667cd0dae9c6ddbe152cbff27819f (patch) | |
| tree | af8bef314e4d3e4124d7214cd37c6f37812b2694 /src/client/views/nodes/button/FontIconBox.scss | |
| parent | 917ebb4a7b6840f57abbf8dbcc197919f3ee3aac (diff) | |
updates
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/button/FontIconBox.scss | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss index 46a499466..0c866988d 100644 --- a/src/client/views/nodes/button/FontIconBox.scss +++ b/src/client/views/nodes/button/FontIconBox.scss @@ -38,12 +38,24 @@ &.clickBtn { cursor: pointer; + width: 40px; } &.tglBtn { cursor: pointer; } + &.toolBtn { + cursor: pointer; + width: 40px; + border-radius: 100%; + + svg { + width: 60% !important; + height: 60%; + } + } + &.menuBtn { cursor: pointer; border-radius: 0px; @@ -109,7 +121,7 @@ } .list-item:hover { - background-color:lightgrey; + background-color: lightgrey; } } } @@ -201,5 +213,4 @@ // background:transparent; // position: fixed; // } -// } - +// }
\ No newline at end of file |
