Skip to content

Commit 5257b0f

Browse files
committed
πŸ” Refactoring
1 parent 2a2553b commit 5257b0f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

β€Žcss/default.cssβ€Ž

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,19 @@ a:active {
204204
.spinner {
205205
width: 100px;
206206
}
207+
207208
.spinner input {
208209
text-align: right;
209210
}
211+
210212
.input-group-btn-vertical {
211213
position: relative;
212214
white-space: nowrap;
213215
width: 1%;
214216
vertical-align: middle;
215217
display: table-cell;
216218
}
219+
217220
.input-group-btn-vertical > .btn {
218221
display: block;
219222
float: none;
@@ -224,13 +227,16 @@ a:active {
224227
position: relative;
225228
border-radius: 0;
226229
}
230+
227231
.input-group-btn-vertical > .btn:first-child {
228232
border-top-right-radius: 4px;
229233
}
234+
230235
.input-group-btn-vertical > .btn:last-child {
231236
margin-top: -2px;
232237
border-bottom-right-radius: 4px;
233238
}
239+
234240
.input-group-btn-vertical i{
235241
position: absolute;
236242
top: 2.8px;
@@ -262,7 +268,7 @@ a:active {
262268
box-shadow:none !important;
263269
}
264270

265-
/* Result - Copy Button*/
271+
/* Result - Copy Button */
266272

267273
#resultCopy{
268274
top:2px;
@@ -285,7 +291,6 @@ a:active {
285291

286292
/* Options Box */
287293

288-
289294
.optionsBox{
290295
padding-top:20px !important;
291296
padding-bottom:20px !important;
@@ -296,7 +301,6 @@ a:active {
296301
color:#FFFFFF;
297302
}
298303

299-
300304
.optionsBox .input-group-text{
301305
background-color:rgba(0 , 0, 0, 0.8);
302306
color:#FFF !important;
@@ -476,7 +480,7 @@ a:active {
476480
.gitHubLogo{
477481
height:80px;
478482
color: rgba(255, 255, 255, 1) !important;
479-
}
483+
}
480484

481485
.gitHubLogo:hover {
482486
color: rgba(255, 255, 255, 1) !important;

0 commit comments

Comments
 (0)