phpvms/resources/sass/now-ui/now-ui-kit/_form-container.scss

21 lines
418 B
SCSS
Raw Normal View History

2018-04-07 06:10:45 +08:00
.form-container {
border: 0;
border-radius: $border-radius-small;
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
//box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
h6 {
padding: 7px;
2018-04-10 09:14:29 +08:00
font-weight: 400;
2018-04-07 06:10:45 +08:00
background-color: rgba(222, 222, 222, 0.3);
}
.form-container-body {
padding: 8px;
}
}