carbon-react
Version:
A library of reusable React components for easily building user interfaces.
2 lines (1 loc) • 1.06 kB
JavaScript
import o from"styled-components";import r from"../button/button.style.js";import t from"../icon/icon.style.js";import e from"../../style/themes/apply-base-theme.js";const a=o.div.withConfig({displayName:"search-button.style__StyledButtonIcon",componentId:"sc-52ea0e19-0"})(["&&& ","{color:var(--colorsActionMajorYang100);margin-right:0px;}"],t),n=o.div.attrs(e).withConfig({displayName:"search-button.style__StyledSearchButton",componentId:"sc-52ea0e19-1"})(["display:flex;align-self:end;border-bottom:none;& ","{color:var(--colorsActionMajorYang100);border-color:var(--colorsActionMajorTransparent);border-bottom-left-radius:var(--borderRadius000);border-top-left-radius:var(--borderRadius000);border-bottom-right-radius:var(--borderRadius050);border-top-right-radius:var(--borderRadius050);:hover{border-color:var(--colorsActionMajorTransparent);}width:fit-content;","","{color:var(--colorsActionMajorYang100);}margin:0px 0px;padding-bottom:3px;:focus{z-index:",";}}"],r,t,t,(({theme:o})=>o.zIndex.smallOverlay));export{a as StyledButtonIcon,n as default};