diff --git a/frontend/src/assets/styles/main.scss b/frontend/src/assets/styles/main.scss index 9b5d1f5..6e326b4 100644 --- a/frontend/src/assets/styles/main.scss +++ b/frontend/src/assets/styles/main.scss @@ -104,17 +104,58 @@ p { height: 100%; margin: 0 auto; } -.btn-link {text-decoration: none; color: $primary;} -.dropdown-menu {border: none; box-shadow: 0px 0px 24px 0px #D4D3E380; padding: 0; overflow: hidden; - .btn-link {text-decoration: none; height: 33px; width: 100%; color: #0D1637; font-size: 14px; text-align: left; border-radius: 0; - &:hover {background-color: #F3F6FF;} - &.active {background-color: #1748F8; color: white;} +.btn-link { + text-decoration: none; + color: $primary; +} +.dropdown-menu { + border: none; + box-shadow: 0px 0px 24px 0px #d4d3e380; + padding: 0; + overflow: hidden; + .btn-link { + text-decoration: none; + height: 33px; + width: 100%; + color: #0d1637; + font-size: 14px; + text-align: left; + border-radius: 0; + &:hover { + background-color: #f3f6ff; + } + &.active { + background-color: #1748f8; + color: white; + } } - .dropdown-new {color: #1748F8; - &:hover {background-color: white;} + .dropdown-new { + color: #1748f8; + &:hover { + background-color: white; + } } - .dropdown-new-input-container {padding: 6px 12px; position: relative; - input {border: 1px solid #E7E8EB; box-shadow: none; border-radius: 3px; padding: 0 20px 0 5px; height: 22px; font-size: 14px;} - .dropdown-new-input-icon {width: 16px; height: 16px; padding: 3px; color: #3D455F; background-color: #EEEFF1; border-radius: 3px; position: absolute; top: 10px; right: 15px} + .dropdown-new-input-container { + padding: 6px 12px; + position: relative; + input { + border: 1px solid #e7e8eb; + box-shadow: none; + border-radius: 3px; + padding: 0 20px 0 5px; + height: 22px; + font-size: 14px; + } + .dropdown-new-input-icon { + width: 16px; + height: 16px; + padding: 3px; + color: #3d455f; + background-color: #eeeff1; + border-radius: 3px; + position: absolute; + top: 10px; + right: 15px; + } } } diff --git a/frontend/src/components/FreeleapsEditor.vue b/frontend/src/components/FreeleapsEditor.vue index e7742cb..861e44d 100644 --- a/frontend/src/components/FreeleapsEditor.vue +++ b/frontend/src/components/FreeleapsEditor.vue @@ -2,7 +2,15 @@