Files
stf-DeviceFarmer/res/app/control-panes/dashboard/apps/apps.css
2015-08-25 16:45:19 +09:00

27 lines
370 B
CSS

.stf-apps .icon-title {
font-size: 12px;
width: 70px;
}
.stf-apps .icon-app {
margin: 0;
text-align: center;
}
.stf-apps .heading .icon-app {
margin-top: -8px;
}
.stf-apps .icon-app:hover .fa {
color: #fff;
}
.stf-apps .heading .icon-app .fa {
font-size: 19px !important;
line-height: 14px !important;
}
.stf-apps .padded {
padding-bottom: 8px;
}