|
|
|
|
@ -765,8 +765,8 @@ input[type=checkbox], input[type=radio] { |
|
|
|
|
} |
|
|
|
|
.box-widget .card-body{ |
|
|
|
|
padding: 2px; |
|
|
|
|
background: #1a3548; |
|
|
|
|
color: #fff; |
|
|
|
|
background: #f5f5f5; |
|
|
|
|
color: #666; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card .content { |
|
|
|
|
@ -843,7 +843,13 @@ input[type=checkbox], input[type=radio] { |
|
|
|
|
height: 120px; |
|
|
|
|
margin: 20px auto 10px auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.section-title{ |
|
|
|
|
font-size: 18px; |
|
|
|
|
padding-bottom: 1rem; |
|
|
|
|
border-bottom: 1px solid #cdcdcd; |
|
|
|
|
font-weight: bold; |
|
|
|
|
margin-bottom: 2rem; |
|
|
|
|
} |
|
|
|
|
#easypiechart-blue .percent { |
|
|
|
|
color: #30a5ff; |
|
|
|
|
} |
|
|
|
|
@ -3175,12 +3181,6 @@ form .formw .freeze { |
|
|
|
|
/* **************************************************** |
|
|
|
|
CSS SKILL |
|
|
|
|
**************************************************** */ |
|
|
|
|
#skillList .header-title{ |
|
|
|
|
padding: 8px; |
|
|
|
|
border-bottom: 2px solid #ddd; |
|
|
|
|
font-weight: bold; |
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
} |
|
|
|
|
.skills-badges{ |
|
|
|
|
display: grid; |
|
|
|
|
grid-gap: 1rem; |
|
|
|
|
|