.btn-delete {
@include table_buttons();
background-color: #f8f9fa;
background-image: url("data:image/svg+xml;utf8,");
}
.btn-back {
@include table_buttons();
background-color: transparent;
background-image: url("data:image/svg+xml;utf8,");
}
.btn-back:hover {
@include table_buttons();
background-image: url("data:image/svg+xml;utf8,");
}
.btn-pub {
@include table_buttons();
background-color: #0d6efd;
background-image: url("data:image/svg+xml;utf8,");
}
.accordion-heading{
}
/* FILE UPLOAD */
.input-group-sm .form-control {
display: inline-block; width: 80px;
margin-left: auto;
margin-right: auto;
padding: 5px;
font-size: 13px;
}
.input-group-sm .btn {
display: inline-block; width: 80px;
margin-left: auto;
margin-right: auto;
padding: 5px;
font-size: 13px;
}
.nav li a:hover {
background: #1A2D66;
}
.dropdown-menu {
background: #1A2D66;
padding: 10px;
color: rgb(146, 144, 144) !important;
}
.banner hr{
border: 1px solid whitesmoke;
}
hr{
border: .5px solid grayscale($color: #979696);
}
.text p {
font-size: 13px;
}
.btn-lg {
font-family: Roboto;
}
.btn-sm {
font-size: 13px;
line-height: 12px;
padding: 5px;
background-position: 50%, 50%;
background-repeat: no-repeat;
}
.modal-content .btn-sm {
display: inline-block; height: 25px;
display: inline-block; width: 70px;
font-size: 13px;
line-height: 12px;
padding: 5px;
background-position: 50%, 50%;
background-repeat: no-repeat;
}
.col-form-label {
height: calc(1.6em + .375rem + 2px) !important;
padding: .5rem .8rem !important;
font-size: 0.8rem !important;
line-height: 1.0;
border-radius: .3rem;
margin-bottom: 10px;
}
.navbar.navbar-1 .navbar-toggler-icon {
background-image: url('https://mdbcdn.b-cdn.net/img/svg/hamburger1.svg?color=213983');
}
.card {
border: 0;
}
---------------------------------------------------------
.btn-addnote {
display: inline-flex;
height: 23px;
width: 90px;
padding: 0;
border-right: 0px;
border-left: 0px;
border-top: 0px;
border-bottom: 0px;
border-radius: .25em !important;
overflow: hidden;
text-decoration: none;
font-weight: 500;
}
.btn-addnote-icon {
display: inline-block; height: 23px;
display: inline-block; width: 40px;
border: 0;
border-radius: 0.25rem;
line-height: 1.2;
white-space: nowrap;
text-decoration: none;
padding: 0.6rem 0.25rem;
background-position: 50%, 50%;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml;utf8,");
}
.btn-addnote-txt{
display: inline-flex;
align-items: center;
padding: 0.4rem 0.25rem;
height: 100%;
width: 100px;
}
.btn-addarb {
display: inline-flex;
height: 23px;
width: 125px;
padding: 0;
border-right: 0px;
border-left: 0px;
border-top: 0px;
border-bottom: 0px;
border-radius: .25em !important;
overflow: hidden;
text-decoration: none;
font-weight: 500;
}
.btn-addarb-icon {
display: inline-block; height: 23px;
display: inline-block; width: 40px;
border: 0;
border-radius: 0.25rem;
line-height: 1.2;
white-space: nowrap;
text-decoration: none;
padding: 0.6rem 0.25rem;
background-position: 50%, 50%;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml;utf8,");
}
.btn-addarb-txt{
display: inline-flex;
align-items: center;
padding: 0.4rem 0.25rem;
height: 100%;
width: 100px;
}