ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/app/NH-HR-test-old/ds/css/plugins/bootstrap-rtl/mixins
/
home
mhhtmff
app
NH-HR-test-old
ds
css
plugins
bootstrap-rtl
mixins
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
_alert.scss
255 B
chmod
View
DL
Edit
Rename
Delete
_background-variant.scss
495 B
chmod
View
DL
Edit
Rename
Delete
_badge.scss
242 B
chmod
View
DL
Edit
Rename
Delete
_border-radius.scss
757 B
chmod
View
DL
Edit
Rename
Delete
_box-shadow.scss
92 B
chmod
View
DL
Edit
Rename
Delete
_breakpoints.scss
4.48 MB
chmod
View
DL
Edit
Rename
Delete
_buttons.scss
3.21 MB
chmod
View
DL
Edit
Rename
Delete
_caret.scss
1.49 MB
chmod
View
DL
Edit
Rename
Delete
_clearfix.scss
100 B
chmod
View
DL
Edit
Rename
Delete
_float.scss
204 B
chmod
View
DL
Edit
Rename
Delete
_forms.scss
3.26 MB
chmod
View
DL
Edit
Rename
Delete
_gradients.scss
2.02 MB
chmod
View
DL
Edit
Rename
Delete
_grid-framework.scss
1.92 MB
chmod
View
DL
Edit
Rename
Delete
_grid.scss
1.62 MB
chmod
View
DL
Edit
Rename
Delete
_hover.scss
822 B
chmod
View
DL
Edit
Rename
Delete
_image.scss
1.18 MB
chmod
View
DL
Edit
Rename
Delete
_list-group.scss
450 B
chmod
View
DL
Edit
Rename
Delete
_lists.scss
175 B
chmod
View
DL
Edit
Rename
Delete
_nav-divider.scss
230 B
chmod
View
DL
Edit
Rename
Delete
_navbar-align.scss
395 B
chmod
View
DL
Edit
Rename
Delete
_pagination.scss
475 B
chmod
View
DL
Edit
Rename
Delete
_reset-text.scss
564 B
chmod
View
DL
Edit
Rename
Delete
_resize.scss
208 B
chmod
View
DL
Edit
Rename
Delete
_screen-reader.scss
813 B
chmod
View
DL
Edit
Rename
Delete
_size.scss
104 B
chmod
View
DL
Edit
Rename
Delete
_table-row.scss
677 B
chmod
View
DL
Edit
Rename
Delete
_text-emphasis.scss
273 B
chmod
View
DL
Edit
Rename
Delete
_text-hide.scss
240 B
chmod
View
DL
Edit
Rename
Delete
_text-truncate.scss
176 B
chmod
View
DL
Edit
Rename
Delete
_transition.scss
201 B
chmod
View
DL
Edit
Rename
Delete
_visibility.scss
141 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/app/NH-HR-test-old/ds/css/plugins/bootstrap-rtl/mixins/_buttons.scss
// Button variants // // Easily pump out default styles, as well as :hover, :focus, :active, // and disabled options for all buttons @mixin button-variant($background, $border, $hover-background: darken($background, 7.5%), $hover-border: darken($border, 10%), $active-background: darken($background, 10%), $active-border: darken($border, 12.5%)) { color: color-yiq($background); @include gradient-bg($background); border-color: $border; @include box-shadow($btn-box-shadow); @include hover { color: color-yiq($hover-background); @include gradient-bg($hover-background); border-color: $hover-border; } &:focus, &.focus { // Avoid using mixin so we can pass custom focus shadow properly @if $enable-shadows { box-shadow: $btn-box-shadow, 0 0 0 $btn-focus-width rgba($border, .5); } @else { box-shadow: 0 0 0 $btn-focus-width rgba($border, .5); } } // Disabled comes first so active can properly restyle &.disabled, &:disabled { color: color-yiq($background); background-color: $background; border-color: $border; } &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle { color: color-yiq($active-background); background-color: $active-background; @if $enable-gradients { background-image: none; // Remove the gradient for the pressed/active state } border-color: $active-border; &:focus { // Avoid using mixin so we can pass custom focus shadow properly @if $enable-shadows { box-shadow: $btn-active-box-shadow, 0 0 0 $btn-focus-width rgba($border, .5); } @else { box-shadow: 0 0 0 $btn-focus-width rgba($border, .5); } } } } @mixin button-outline-variant($color, $color-hover: color-yiq($color), $active-background: $color, $active-border: $color) { color: $color; background-color: transparent; background-image: none; border-color: $color; &:hover { color: $color-hover; background-color: $active-background; border-color: $active-border; } &:focus, &.focus { box-shadow: 0 0 0 $btn-focus-width rgba($color, .5); } &.disabled, &:disabled { color: $color; background-color: transparent; } &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle { color: color-yiq($active-background); background-color: $active-background; border-color: $active-border; &:focus { // Avoid using mixin so we can pass custom focus shadow properly @if $enable-shadows and $btn-active-box-shadow != none { box-shadow: $btn-active-box-shadow, 0 0 0 $btn-focus-width rgba($color, .5); } @else { box-shadow: 0 0 0 $btn-focus-width rgba($color, .5); } } } } // Button sizes @mixin button-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) { padding: $padding-y $padding-x; font-size: $font-size; line-height: $line-height; // Manually declare to provide an override to the browser default @if $enable-rounded { border-radius: $border-radius; } @else { border-radius: 0; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply