File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1409,4 +1409,52 @@ li.path-ext-svg a img {
14091409.clear-all .clickable {
14101410 color : # ff7700 ;
14111411 cursor : pointer;
1412+ }
1413+
1414+ .mcs-side-results {
1415+ display : flex;
1416+ flex-direction : row;
1417+ gap : 5px ;
1418+ margin : 15px 0 0 15px ;
1419+ }
1420+
1421+ .mcs-side-results > div {
1422+ background : # fafafa ;
1423+ box-shadow : 0px 2px # 00000024 ;
1424+
1425+ position : relative;
1426+ padding : 4px 10px ;
1427+ border-radius : 5px ;
1428+ font-weight : 600 ;
1429+ display : flex;
1430+ align-items : center;
1431+ cursor : pointer;
1432+ margin-right : 10px ;
1433+ color : # 777 ;
1434+ width : fit-content;
1435+ }
1436+ .mcs-side-results > div : hover {
1437+ background : # eee ;
1438+ color : # 777 ;
1439+ }
1440+ .mcs-side-results > div : active {
1441+ transform : translateY (2px );
1442+ box-shadow : none;
1443+ }
1444+
1445+ .mcs-side-results > div p {
1446+ margin : 0 0 0 10px ;
1447+ white-space : nowrap;
1448+ font-size : 15px ;
1449+ }
1450+
1451+ .mcs-side-results .mcs-side-badge {
1452+ border-radius : 25px ;
1453+ font-weight : 700 ;
1454+ color : # fafafa ;
1455+ margin-left : 5px ;
1456+ padding : 2px 5px !important ;
1457+ font-size : 10px ;
1458+
1459+ background : # 777 ;
14121460}
You can’t perform that action at this time.
0 commit comments