rotary button style

This commit is contained in:
sanjayk03-dev
2024-10-14 11:50:25 +05:30
parent d4c66d073c
commit eb08613530
3 changed files with 23 additions and 3 deletions

View File

@@ -1028,6 +1028,22 @@ tt.save
font-size 90%
line-height 1.5
white-space pre-line
.rotary
border none
background transparent
cursor pointer
width 100px
height 100px
border-radius 100px
margin 20px 20px 0 0
display flex
justify-content center
align-items center
&.active
border 1px solid #54ed54
fill #ccffcb
.modal-mask
position fixed