From f4269da7902a86d3edd8697c473c997aabe826f9 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 14 Oct 2024 12:25:21 +0530 Subject: [PATCH] stylus change --- src/stylus/style.styl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/stylus/style.styl b/src/stylus/style.styl index 19c3ea9..e63171c 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -95,6 +95,22 @@ tt .whitespace flex-grow 1 + + .rotary-button + 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 .video position relative @@ -1028,22 +1044,6 @@ tt.save font-size 90% line-height 1.5 white-space pre-line - - .rotary-button - 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