|
|
|
@ -1,9 +1,8 @@ |
|
|
|
/********** Header **********/ |
|
|
|
#myoffice_container .dashboard-header { |
|
|
|
height: 60px; |
|
|
|
height: 62px; |
|
|
|
background-color: #22a5ff; |
|
|
|
color: #fff; |
|
|
|
border: 1px solid #dcdcdc; |
|
|
|
border-radius: 2px; |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
@ -18,8 +17,7 @@ |
|
|
|
width: 55%; |
|
|
|
padding: 10px 20px; |
|
|
|
line-height: 40px; |
|
|
|
font-size: 20px; |
|
|
|
font-weight: 600; |
|
|
|
font-size: 18px; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
white-space: nowrap; |
|
|
|
@ -40,7 +38,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
#myoffice_container .dashboard-header .header-link:not(.disabled):hover { |
|
|
|
/*box-shadow: 0px 0px 2px #FFF inset;*/ |
|
|
|
border-radius: 2px; |
|
|
|
text-decoration: none; |
|
|
|
font-weight: bold; |
|
|
|
|