phpvms/resources/sass/now-ui/now-ui-kit/_phpvms.scss
Nabeel S 7a76ac4226
CSS Libraries and style updates (#388)
* Update now-ui frontend lib to latest instead of the beta

* Update to bootstrap 4 lib

* Fix flights and profile pages
2019-09-12 11:48:41 -04:00

37 lines
730 B
SCSS

/*
* Custom styling for phpvms
*/
@include input-sm-padding($padding-small-vertical, $padding-small-horizontal);
@include input-base-padding($padding-small-vertical, $padding-small-horizontal);
.form-container {
@extend .form-container;
border-radius: 0;
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;
font-weight: 400;
background-color: rgba(222, 222, 222, 0.3);
}
.form-container-body {
padding: 8px;
}
&:focus {
border: 1px solid $brand-primary;
& + .input-group-addon,
& ~ .input-group-addon {
border: 1px solid $brand-primary;
}
}
}