|
@@ -1293,31 +1293,56 @@ overflow-y: auto;
|
|
|
.context-menu-icon.context-menu-hover.context-menu-icon--fa.fa-tag span{
|
|
|
color: #fff;!important;
|
|
|
}
|
|
|
+.auto-main-height{
|
|
|
+ height: calc(100vh - 34px);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.auto-main-height .main-height-one{
|
|
|
+ flex-grow: 1;
|
|
|
+}
|
|
|
+.auto-main-height .main-height-two{
|
|
|
+ flex-grow: 18;
|
|
|
+}
|
|
|
+.bottom-height{
|
|
|
+ height: calc(100vh - 34px - 160px - 440px);
|
|
|
+}
|
|
|
+.bottom-height-two{
|
|
|
+ height: calc(100vh - 34px - 160px - 525px);
|
|
|
+}
|
|
|
+.card-big-title{
|
|
|
+ font-size: 1.75rem;
|
|
|
+ margin-bottom: .30rem;
|
|
|
+}
|
|
|
+.card-big-title small{
|
|
|
+ margin-top: -15px;
|
|
|
+ margin-right: -10px;
|
|
|
+}
|
|
|
.circle-box{
|
|
|
float: left;
|
|
|
position: relative;
|
|
|
}
|
|
|
.circle{
|
|
|
- width: 42px;
|
|
|
- height: 42px;
|
|
|
+ width: 62px;
|
|
|
+ height: 62px;
|
|
|
border-radius: 50%;
|
|
|
background: none;
|
|
|
- border: 3px solid #D7B014;
|
|
|
+ border: 4px solid #D7B014;
|
|
|
}
|
|
|
.circle-num{
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
- margin-top: -16px;
|
|
|
- width: 42px;
|
|
|
+ margin-top: -32px;
|
|
|
+ width: 62px;
|
|
|
text-align: center;
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 42px;
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
.circle-text{
|
|
|
float: right;
|
|
|
- margin-left: 20px;
|
|
|
+ margin-right: 20px;
|
|
|
margin-top: 10px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 24px;
|
|
|
}
|
|
|
.dropdown-wd{
|
|
|
width: 80px;
|