| 1 |
/* Dashboard */ |
| 2 |
[id*='ms-'] { text-align: center; } |
| 3 |
[id*='ms-'] a { display: block; padding: 0 0 40px 0; box-shadow: none; color: #555; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -moz-transform-style: preserve-3d; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; } |
| 4 |
[id*='ms-'] a:hover { color: #555; opacity:.8; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08);transform: scale(1.08); } |
| 5 |
|
| 6 |
[id*='ms-'] .handlediv { display: none !important; } |
| 7 |
[id*='ms-'] .hndle { font-family: 'Roboto', sans-serif; font-weight: 400; border-bottom: 0; font-size: 22px !important; padding: 40px 15px !important; } |
| 8 |
|
| 9 |
[id*='ms-'] .dashicons, [id*='ms-'] .fa { font-size: 68px; width: auto; height: auto; } |