File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/v3/src/views/_components/button/AmButtonGroup.vue
Back
<template> <div class="am-button-group"> <slot></slot> </div> </template> <script> export default { name: "AmButtonGroup" } </script> <style lang="scss"> @mixin am-button-group-block { .am-button-group { display: flex; flex-direction: row; flex-wrap: nowrap; & > .am-button { box-shadow: none; &:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } &:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0 } &:not(:last-child) { margin-right: -1px; } &:first-child:last-child { border-radius: var(--am-rad-input); } &:not(:first-child):not(:last-child) { border-radius: 0; } // Type - filled / plain / text &--filled { &:not(.is-disabled) { &:focus:not(:active) { border-color: var(--am-c-btn-first-darken30); box-shadow: none; } } } &--plain { &:not(.is-disabled) { &:focus:not(:active) { border-color: var(--am-c-btn-first); box-shadow: none; } } } &--text { &:not(.is-disabled) { &:focus:not(:active) { box-shadow: none; } } } } } } .amelia-v2-booking #amelia-container { @include am-button-group-block; } #amelia-app-backend-new { @include am-button-group-block; } </style>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings