| Current Path : /var/www/clients/client3/web2/web/vendor/magento/theme-frontend-blank/web/css/source/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/theme-frontend-blank/web/css/source/_buttons.less |
// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */
//
// Common
// _____________________________________________
& when (@media-common = true) {
// Using buttons mixins
button,
a.action.primary {
.lib-css(border-radius, @button__border-radius);
}
button {
&:active {
.lib-css(box-shadow, @button__shadow);
}
}
a.action.primary {
.lib-link-as-button();
}
.action.primary,
.action-primary {
.lib-button-primary();
}
}