Change border style and apply pr suggestion

This commit is contained in:
KM-R 2024-01-10 23:03:17 +01:00
parent eaeb4d0622
commit 922d636b65
2 changed files with 6 additions and 1 deletions

View File

@ -13,6 +13,7 @@
margin-left: 2%; margin-left: 2%;
margin-right: 1%; margin-right: 1%;
border: 1px solid; border: 1px solid;
box-sizing: border-box;
border-color: var(--raisin-black); border-color: var(--raisin-black);
border-radius: 20px; border-radius: 20px;
width: 32%; width: 32%;
@ -53,6 +54,7 @@
margin-left: 1%; margin-left: 1%;
margin-right: 2%; margin-right: 2%;
border: 1px solid; border: 1px solid;
box-sizing: border-box;
border-color: var(--raisin-black); border-color: var(--raisin-black);
border-radius: 20px; border-radius: 20px;
vertical-align: top; vertical-align: top;
@ -104,6 +106,7 @@
.home .networkx_style .filter-wrapper .filter-wrapper-item .rc-slider .rc-slider-handle{ .home .networkx_style .filter-wrapper .filter-wrapper-item .rc-slider .rc-slider-handle{
border: solid 2px var(--raisin-black); border: solid 2px var(--raisin-black);
box-sizing: border-box;
} }
.home .networkx_style .filter-wrapper .filter-wrapper-item .rc-slider .rc-slider-dot-active{ .home .networkx_style .filter-wrapper .filter-wrapper-item .rc-slider .rc-slider-dot-active{
@ -180,6 +183,7 @@
margin-right: 2%; margin-right: 2%;
margin-top: 20px; margin-top: 20px;
border: 1px solid; border: 1px solid;
box-sizing: border-box;
border-color: var(--raisin-black); border-color: var(--raisin-black);
border-radius: 20px; border-radius: 20px;
float: left; float: left;

View File

@ -8,6 +8,7 @@
.tabs .tab-style { .tabs .tab-style {
border-bottom: 1px solid #d6d6d6 !important; border-bottom: 1px solid #d6d6d6 !important;
box-sizing: border-box;
padding: 8px !important; padding: 8px !important;
background-color: white !important; background-color: white !important;
color: var(--paynes-gray) !important; color: var(--paynes-gray) !important;
@ -17,6 +18,7 @@
.tabs .selected-tab-style { .tabs .selected-tab-style {
border-bottom: 1px solid #d6d6d6 !important; border-bottom: 1px solid #d6d6d6 !important;
border-top: 1px solid #d6d6d6 !important; border-top: 1px solid #d6d6d6 !important;
box-sizing: border-box;
padding: 8px !important; padding: 8px !important;
color: white !important; color: white !important;
background-color: var(--paynes-gray) !important; background-color: var(--paynes-gray) !important;
@ -26,7 +28,6 @@
.choose-metric { .choose-metric {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
width: 100%;
} }
.choose-metric .metrics-title { .choose-metric .metrics-title {