// @import "./variables"; //* { // //margin: 0; // //padding: 0; // //box-sizing: border-box; // //text-size-adjust: 100%; // //-webkit-tap-highlight-color: rgba(0, 0, 0, 0); // //-webkit-touch-callout: none; // //-webkit-font-smoothing: antialiased; // //-moz-osx-font-smoothing: grayscale; // //text-rendering: optimizeLegibility; // &:focus { // outline: none; // } //} .b-toaster-top-right { display: block; position: fixed; right: 10px; top: 70px; } .b-toast-success { background-color: darkseagreen; margin-top: 10px !important; } .b-toast-danger { background-color: darkred; margin-top: 10px !important; } .b-toast-warning { background-color: darkorange; margin-top: 10px !important; } .toast-header, .toast-body { color: #505050 !important; } .text-lg { font-size: 1.2em; } .bg-light-gray { background-color: #efefee !important; } .bg-info-light { background-color: lightblue !important; } .bg-warning-light { background-color: lightyellow !important; } .bg-success-light { background-color: lightgreen !important; } .table th { border-bottom: 2px solid #aaaaaa !important; } .table-bordered td { border-bottom: 1px solid #aaaaaa !important; } .tab-content { padding: 0; margin: 0; } .edit-row td { background-color: #EFEFEF; } .modal-backdrop { background-color: rgba(0, 0, 0, .5); } .modal-content { max-width: 100%; } .close { font-size: 2em !important; font-weight: normal !important; } .modal-title { font-size: 1.5em; } .hand { cursor: pointer; } .v-select.search-select { font-size: 1rem !important; } .v-select.search-select input { height: 2rem !important; font-size: 1rem !important; } .v-select { font-size: 1.2rem !important; } #hospitalizationBurnCenter .vs__search, #expenseCategory .vs__search, #subCategoryExpense .vs__search { height: 2rem !important; font-size: 1rem !important; } .v-select input { height: 2.8rem; font-size: 1.2rem !important; } .v-select.is-valid .vs__dropdown-toggle { border-color: #34a853; } .v-select.is-invalid .vs__dropdown-toggle { border-color: #ea4335; } // @import "./editor"; // @import "./menubar"; // @import "./menububble";