??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pyan.co.uk/wp-content/plugins/latepoint/lib/assets/stylesheets/front/_buttons.scss
⬅ Kembali
.latepoint-btn {
padding: 9px 14px;
background-color: $brand-primary;
color: #fff;
border-radius: $border-radius;
text-decoration: none!important;
font-weight: $body-font-weight-bold;
display: inline-block;
box-shadow: none;
border: none;
line-height: 1.2;
cursor: pointer;
&:hover, &:focus {
outline: none;
color: #fff!important;
background-color: color-mix(in srgb,var(--latepoint-brand-primary),#000 10%);
box-shadow: none;
}
&.latepoint-btn-sm {
padding: 6px 8px;
font-size: $body-font-size-s;
}
&.latepoint-btn-danger {
background-color: #FB7F7F;
color: #fff;
&.latepoint-btn-link {
background-color: transparent;
border-color: transparent;
span, i {
color: #d83838;
}
span {
border-bottom: 1px solid #d83838;
}
&.os-loading, &.os-loading:hover, &.os-loading:focus {
color: transparent!important;
background-color: transparent;
&:after {
border-bottom: 2px solid #d83838;
border-left: 2px solid #d83838;
border-top: 2px solid #d83838;
}
}
&:hover:not(.os-loading), &:focus:not(.os-loading) {
color: #d83838!important;
background-color: transparent;
span, i {
color: #d83838!important;
}
}
}
&:focus, &:active {
color: #fff;
background-color: #FB7F7F;
}
&:hover {
background-color: darken(#FB7F7F, 10%);
}
}
&.latepoint-btn-primary {
background-color: $brand-primary;
color: #fff;
span {
color: #fff;
}
i {
color: #fff;
}
&:focus {
outline: 2px solid $brand-primary;
}
&.latepoint-btn-outline {
background-color: transparent;
color: $brand-primary;
border: 1px solid $brand-primary;
&:hover, &:focus {
border-color: color-mix(in srgb,var(--latepoint-brand-primary),#000 10%);
color: $brand-primary;
background-color: transparent;
}
&.latepoint-btn-primary {
&.os-loading {
&:after {
border-bottom-color: $brand-primary;
border-left-color: $brand-primary;
border-top-color: $brand-primary;
}
}
}
span, i {
color: $brand-primary;
}
}
&.latepoint-btn-link {
background-color: transparent;
color: $brand-primary;
border-color: transparent;
padding-left: 0px;
padding-right: 0px;
span, i {
color: $brand-primary;
}
span {
border-bottom: 1px dotted $brand-primary;
}
&:hover {
span {
border-bottom-style: solid;
}
}
&.os-loading, &.os-loading:hover, &.os-loading:focus {
color: transparent!important;
&:after {
border-bottom: 2px solid $brand-primary;
border-left: 2px solid $brand-primary;
border-top: 2px solid $brand-primary;
}
}
&:hover:not(.os-loading), &:focus:not(.os-loading) {
color: $brand-primary!important;
span, i {
color: $brand-primary!important;
}
}
}
}
&.latepoint-btn-grey {
background-color: #eee;
color: #111!important;
}
&.latepoint-btn-white {
background-color: #fff;
color: #111!important;
&.latepoint-btn-link {
background-color: transparent;
color: #fff;
border-color: transparent;
padding-left: 0px;
padding-right: 0px;
span, i {
color: #fff;
}
span {
border-bottom: 1px solid #fff;
}
&.os-loading, &.os-loading:hover, &.os-loading:focus {
color: transparent!important;
&:after {
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
}
}
&:hover:not(.os-loading), &:focus:not(.os-loading) {
color: #fff!important;
span, i {
color: #fff!important;
}
}
}
}
&.latepoint-btn-block {
display: block;
text-align: center;
flex: 1;
}
&.os-loading {
color: transparent!important;
position: relative;
span, i {
color: transparent!important;
border-bottom-color: transparent!important;
}
&:focus {
color: transparent!important;
span, i {
color: transparent!important;
border-bottom-color: transparent!important;
}
}
&:after {
display: block;
content: "";
width: 14px!important;
height: 14px!important;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid rgba(255,255,255,0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent!important;
}
&.latepoint-btn-white,
&.latepoint-btn-secondary {
&:after {
border-bottom: 2px solid $body-color;
border-left: 2px solid $body-color;
border-top: 2px solid $body-color;
border-right: 2px solid rgba(0,0,0,0);
}
}
}
&.latepoint-btn-secondary {
background-color: #EDEFF6;
color: #252C39;
&.latepoint-btn-link {
border-color: 2px solid #111;
}
&:hover, &:focus {
outline: none;
color: #252C39!important;
background-color: darken(#EDEFF6, 10%);
box-shadow: none;
}
}
span {
display: inline-block;
vertical-align: middle;
line-height: 1.5;
}
i {
display: inline-block;
vertical-align: middle;
}
i + span {
margin-left: 6px;
}
span + i {
margin-left: 6px;
}
}
// Booking Button
.latepoint-book-button-wrapper {
&.latepoint-book-button-align-center {
text-align: center;
}
&.latepoint-book-button-align-right {
text-align: right;
}
&.latepoint-book-button-align-left {
text-align: left;
}
&.latepoint-book-button-align-justify {
text-align: center;
.latepoint-book-button {
display: block;
}
}
}
.latepoint-book-button {
@include latepoint-book-button();
}
Nama
Tipe
Ukuran
Diubah
Aksi
📄 _animations.scss
scss
5.2 KB
2025-09-24 07:48
📄 _booking.scss
scss
57.6 KB
2025-09-24 07:48
📄 _booking_animations.scss
scss
7.4 KB
2025-03-22 09:34
📄 _buttons.scss
scss
6.1 KB
2025-09-24 07:48
📄 _calendar.scss
scss
16.1 KB
2026-03-31 10:16
📄 _customer_dashboard.scss
scss
15.8 KB
2025-09-24 07:48
📄 _forms.scss
scss
9.8 KB
2025-09-24 07:48
📄 _grid.scss
scss
554 B
2025-01-29 06:25
📄 _icons.scss
scss
18.3 KB
2025-09-24 07:48
📄 _items.scss
scss
22.3 KB
2025-09-24 07:48
📄 _lightbox.scss
scss
4.2 KB
2025-09-24 07:48
📄 _login.scss
scss
1.2 KB
2025-10-02 11:57
📄 _mixins.scss
scss
1.3 KB
2025-03-22 09:34
📄 _notifications.scss
scss
1.7 KB
2025-09-24 07:48
📄 _print.scss
scss
3.7 KB
2025-03-22 09:34
📄 _responsive.scss
scss
18.2 KB
2025-09-24 07:48
📄 _shared.scss
scss
2.7 KB
2025-03-22 09:34
📄 _shortcodes.scss
scss
2.1 KB
2025-01-29 06:25
📄 _type.scss
scss
421 B
2025-01-29 06:25
📄 _utilities.scss
scss
37 B
2025-01-29 06:25
📄 _variables.scss
scss
1.8 KB
2025-09-24 07:48