mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
23 lines
320 B
CSS
23 lines
320 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 .heading .icon-app .fa {
|
|
font-size: 19px !important;
|
|
line-height: 14px !important;
|
|
}
|
|
|
|
.stf-apps .padded {
|
|
padding-bottom: 8px;
|
|
}
|