Revert tabler.scss

This commit is contained in:
Pratik Agrawal 2025-01-17 18:43:40 +05:30 committed by GitHub
parent f969697312
commit b470029fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
@charset "UTF-8";
@import "./mixins.scss";
@font-face {
font-display: swap;
@ -3817,6 +3818,10 @@ fieldset:disabled .btn {
display: none
}
.user-group-scrollable {
@include scrollable(60vh); /* Adjust the max-height if necessary */
}
.tab-content>.active {
display: block
}
@ -19090,4 +19095,4 @@ img {
background: #1f2936;
border-color: #dadcde
}
}
}