frontend/сomponents/search/search.module.css

33 lines
606 B
CSS
Raw Normal View History

2022-10-22 22:40:21 +03:00
.search button{
border: 1px solid #BDBDBD;
border-radius: 0px 17px 17px 0px !important;
background-color: #DB2B21;
2022-10-23 00:17:15 +03:00
z-index: 0;
2022-10-22 22:40:21 +03:00
}
.search button:hover{
border: 1px solid #BDBDBD;
border-radius: 0px 17px 17px 0px !important;
background-color: #DB2B21;
}
.search.ant-input-group-addonn{
background-color: #e7eef7 !important;
2022-10-23 00:17:15 +03:00
2022-10-22 22:40:21 +03:00
}
2022-10-23 02:08:58 +03:00
2022-10-22 22:40:21 +03:00
.search.ant-input-affix-wrapper-lg{
background-color: #FBFBFB !important;
border-radius: 17px !important;
2022-10-23 02:08:58 +03:00
}
.popover{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap:3px;
2022-10-22 21:01:16 +03:00
}