1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00

Added .panel-padded class

This commit is contained in:
FreeScout 2020-09-14 05:07:26 -07:00
parent e3d1d2760a
commit 5bbd6d474a

View File

@ -474,6 +474,7 @@ select.form-control {
}
.input-sized-lg {
width: 320px;
max-width: 100%;
}
.control-label {
font-size: 13.4px;
@ -3828,6 +3829,9 @@ a.disabled:focus {
-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);
box-shadow:0 0 10px rgba(0,0,0,.2);
}
.panel-padded {
padding: 20px;
}
.icon-large {
font-size: 57px;
color: #a5b2bd;