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

27 lines
499 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
}
.search input{
}
.search.ant-input-affix-wrapper-lg{
background-color: #FBFBFB !important;
border-radius: 17px !important;
2022-10-22 21:01:16 +03:00
}