mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 13:42:34 +02:00
Change border style and apply pr suggestion
This commit is contained in:
parent
eaeb4d0622
commit
922d636b65
@ -13,6 +13,7 @@
|
||||
margin-left: 2%;
|
||||
margin-right: 1%;
|
||||
border: 1px solid;
|
||||
box-sizing: border-box;
|
||||
border-color: var(--raisin-black);
|
||||
border-radius: 20px;
|
||||
width: 32%;
|
||||
@ -53,6 +54,7 @@
|
||||
margin-left: 1%;
|
||||
margin-right: 2%;
|
||||
border: 1px solid;
|
||||
box-sizing: border-box;
|
||||
border-color: var(--raisin-black);
|
||||
border-radius: 20px;
|
||||
vertical-align: top;
|
||||
@ -104,6 +106,7 @@
|
||||
|
||||
.home .networkx_style .filter-wrapper .filter-wrapper-item .rc-slider .rc-slider-handle{
|
||||
border: solid 2px var(--raisin-black);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.home .networkx_style .filter-wrapper .filter-wrapper-item .rc-slider .rc-slider-dot-active{
|
||||
@ -180,6 +183,7 @@
|
||||
margin-right: 2%;
|
||||
margin-top: 20px;
|
||||
border: 1px solid;
|
||||
box-sizing: border-box;
|
||||
border-color: var(--raisin-black);
|
||||
border-radius: 20px;
|
||||
float: left;
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
.tabs .tab-style {
|
||||
border-bottom: 1px solid #d6d6d6 !important;
|
||||
box-sizing: border-box;
|
||||
padding: 8px !important;
|
||||
background-color: white !important;
|
||||
color: var(--paynes-gray) !important;
|
||||
@ -17,6 +18,7 @@
|
||||
.tabs .selected-tab-style {
|
||||
border-bottom: 1px solid #d6d6d6 !important;
|
||||
border-top: 1px solid #d6d6d6 !important;
|
||||
box-sizing: border-box;
|
||||
padding: 8px !important;
|
||||
color: white !important;
|
||||
background-color: var(--paynes-gray) !important;
|
||||
@ -26,7 +28,6 @@
|
||||
.choose-metric {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.choose-metric .metrics-title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user