phpvms/resources/sass/admin/paper/_form-container.scss
2018-04-08 20:51:27 -05:00

22 lines
399 B
SCSS

.form-container {
border: 0;
border-radius: 2px;
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
font-weight: bold;
text-transform: uppercase;
h6 {
font-size: 15px;
padding: 7px;
background-color: rgba(222, 222, 222, 0.3);
}
.form-container-body {
padding: 8px;
}
}