diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-11 10:44:39 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-11 10:44:39 -0400 |
| commit | 51f3c6f33b91739886ecbd5d8e08f16c4ef94fa7 (patch) | |
| tree | 3404bd4adbaf94617b6eef282de76920bffe4250 /src/client/views/search/SearchBox.scss | |
| parent | 3655e529eef051e3d68f6e9c242d320be9b32906 (diff) | |
refactor working
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 65 |
1 files changed, 5 insertions, 60 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 91d17d001..589dd58c9 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -1,4 +1,4 @@ -@import "globalCssVariables"; +@import "../globalCssVariables"; .searchBox-bar { height: 32px; @@ -70,66 +70,11 @@ .type-of-node{ height: 50px; - - .icon-bar{ - display: flex; - justify-content: space-evenly; - align-items: center; - height: 40px; - width: 100%; - flex-wrap: wrap; - font-size: 2em; - } - - .type-icon{ - height: 50px; - width: 50px; - color: $light-color; - border-radius: 50%; - display: flex; - justify-content: center; - align-items: center; - background-color: "#121721"; - } - - .fontawesome-icon{ - height: 28px; - width: 28px; - } - - .type-icon:hover{ - background-color: $alt-accent; - } - } -.toggle-title{ - display: flex; - align-items: center; - color: $light-color; - text-transform: uppercase; - flex-direction: row; - justify-content: space-around; - padding: 5px; - - .toggle-option{ - width: 100px; - text-align: center; - } +.required-words{ + height: 110px; + margin-top: 5px; + margin-bottom: 5px; } -.toggle-bar{ - height: 50px; - background-color: $alt-accent; - border-radius: 10px; - padding: 5px; - display: flex; - align-items: center; - - .toggle-button{ - width: 275px; - height: 100%; - border-radius: 10px; - background-color: $light-color; - } -}
\ No newline at end of file |
