Definitions v1

This commit is contained in:
2019-09-16 13:47:13 +02:00
parent d3532a3de7
commit c89322a118
15 changed files with 298 additions and 37 deletions

View File

@@ -35,4 +35,8 @@ $font-family-base: $font_para;
background: rgba(0, 0, 0, 0.15);
border-radius: 3px 0 0 3px;
}
}
.form-control:focus {
box-shadow: none;
}