diff options
Diffstat (limited to 'client/src/components/Editor/Editor.module.css')
-rw-r--r-- | client/src/components/Editor/Editor.module.css | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/client/src/components/Editor/Editor.module.css b/client/src/components/Editor/Editor.module.css index 579f3bc..2e42978 100644 --- a/client/src/components/Editor/Editor.module.css +++ b/client/src/components/Editor/Editor.module.css @@ -5,28 +5,6 @@ flex: 1; } -.languages { - background-color: transparent; - border: none; - padding: 10px 0; - margin-left: 36px; - font-family: inherit; - font-size: inherit; - cursor: inherit; - line-height: inherit; - width: 7rem; - outline: none; - color: white; -} - -.languages__option { - width: 10rem; - border: none; - cursor: pointer; - transition: 0.3s; - background: #3c3836; -} - .editor { display: flex; flex-direction: row; @@ -90,8 +68,8 @@ position: fixed; bottom: 3rem; right: 3rem; - height: 8rem; - width: 8rem; + height: 6rem; + width: 6rem; background-color: #ebdbb2; color: white; border: none; @@ -102,6 +80,6 @@ } .btn__icon { - height: 4rem; - width: 4rem; + height: 3rem; + width: 3rem; } |