gsy-component-library
Version:
reusable components from grid singularity
14 lines (13 loc) • 503 B
CSS
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700");
.form__element {
display: flex;
flex-direction: column;
padding-bottom: 10px;
margin-bottom: 20px; }
.theme-d3a .form__element {
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.theme-verbund .form__element {
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.form__element:last-child {
border-bottom: 0; }