File tree 1 file changed +17
-4
lines changed
app/javascript/stylesheets
1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ main {
229
229
background-size : cover ;
230
230
background-repeat : no-repeat ;
231
231
232
- & .focus {
233
- border-bottom : 1 px solid $highlight-blue ;
232
+ & .focus .leftside-primary {
233
+ font-weight : bold ;
234
234
}
235
235
236
236
& .active-item {
@@ -387,23 +387,36 @@ main {
387
387
background-size : cover ;
388
388
background-repeat : no-repeat ;
389
389
390
+ & ::after {
391
+ content : " " ;
392
+ display : block ;
393
+ position : absolute ;
394
+ bottom : 0 ;
395
+ left : 1rem ;
396
+ right : 1rem ;
397
+ height : 1px ;
398
+ background-color : rgba ($header-gray , 0.7 );
399
+ }
400
+
390
401
& :first-of-type {
391
402
border-radius : $radius $radius 0 0 ;
392
403
}
393
404
394
405
& :not (:first-of-type ):not (:last-of-type ) {
395
406
border-radius : 0 ;
396
- border-top : 1px solid rgba ($header-gray , 0.7 );
397
407
}
398
408
399
409
& :last-of-type {
400
410
border-radius : 0 0 $radius $radius ;
401
- border-top : 1px solid rgba ($header-gray , 0.7 );
402
411
}
403
412
404
413
& :only-of-type {
405
414
border-radius : $radius ;
406
415
border : none ;
416
+
417
+ & ::after {
418
+ content : none ;
419
+ }
407
420
}
408
421
}
409
422
}
You can’t perform that action at this time.
0 commit comments