BootstrapAdmin/Bootstrap.Admin/wwwroot/css/theme.css

17 lines
249 B
CSS
Raw Normal View History

.tooltip-inner {
max-width: 768px;
}
.is-invalid .tooltip-inner {
background-color: #dc3545;
}
.is-invalid .arrow:before {
border-top-color: #dc3545;
border-bottom-color: #dc3545;
}
.form-check-input {
margin-top: 6.4px;
}