Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 189cbb8

Browse files
author
Lauren McCarthy
committed
styling
1 parent ba33a63 commit 189cbb8

File tree

1 file changed

+67
-4
lines changed

1 file changed

+67
-4
lines changed

app/editor/style.scss

Lines changed: 67 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ div#editor-container {
2929
background: #fdfdfd;
3030
}
3131

32+
.ace_editor {
33+
overflow: visible !important;
34+
}
35+
3236
.ace_active-line {
3337
background: rgba(207, 207, 207, 0.2);
3438
}
@@ -132,24 +136,27 @@ body.horizontal {
132136

133137
/* SEARCH */
134138

135-
/*
136139
.ace_search {
137140
background-color: #f4f4f4 !important;
138141
box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16) !important;
142+
max-width: 365px !important;
139143
width: 365px !important;
140144
height: 138px !important;
141145
font-family: montserrat !important;
142146
font-size: 12px !important;
143147
color: #b5b5b5 !important;
144148
border-radius: 0 !important;
149+
border: none !important;
145150
padding: 0 !important;
146151
}
147152

148153
.ace_search_field {
149-
width: 304px !important;
154+
width: 324px !important;
150155
height: 40px !important;
151156
padding: 10px !important;
152-
margin: 0 0 0 22px !important;
157+
position: absolute !important;
158+
top: 51px !important;
159+
left: 22px !important;
153160
background-color: white !important;
154161
outline: 0 !important;
155162
border: 1px solid #979797 !important;
@@ -162,5 +169,61 @@ body.horizontal {
162169
.ace_search_options {
163170
margin: 0 !important;
164171
padding: 0 !important;
172+
position: absolute !important;
173+
top: 100px !important;
174+
left: 31px !important;
175+
}
176+
177+
.ace_button {
178+
border: none !important;
179+
opacity: 0.75 !important;
180+
color: #b5b5b5 !important;
181+
margin-right: 12px !important;
182+
183+
&:hover {
184+
background-color: none !important;
185+
opacity: 0.35 !important;
186+
}
187+
}
188+
189+
.ace_searchbtn, .ace_replacebtn {
190+
background-color: rgba(0, 0, 0, 0) !important;
191+
border: none !important;
192+
color: #b5b5b5 !important;
193+
opacity: 0.75 !important;
194+
position: absolute !important;
195+
top: 100px !important;
196+
height: 20px !important;
197+
198+
&:hover {
199+
opacity: 0.35 !important;
200+
}
201+
}
202+
203+
.ace_search_form button:nth-of-type(1) {
204+
left: 257px !important;
205+
}
206+
.ace_search_form button:nth-of-type(2) {
207+
left: 287px !important;
208+
}
209+
.ace_search_form button:nth-of-type(3) {
210+
left: 317px !important;
211+
}
212+
213+
.ace_searchbtn_close {
214+
background: url('../images/close-button.svg') !important;
215+
216+
width: 24px !important;
217+
height: 24px !important;
218+
position: absolute !important;
219+
top: 15px !important;
220+
right: 14px !important;
221+
fill: #2F2F30 !important;
222+
transition: all 0.1s ease !important;
223+
margin: 0 !important;
224+
padding: 0 !important;
225+
226+
&:hover {
227+
opacity: 0.65 !important;
228+
}
165229
}
166-
*/

0 commit comments

Comments
 (0)