12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .searchGroup {
- padding: 0 20px;
- .searchSelect {
- padding: 20px 0;
- display: flex;
- justify-content: flex-start;
- gap: 0px 16px;
- }
- .iconSearch {
- width: 18px;
- height: 19px;
- }
- }
- .inputSearch {
- :global {
- .n-input-wrapper {
- padding-left: 12px;
- padding-right: 4px;
- }
- }
- .searchBtn {
- height: 34px;
- border-radius: 8px;
- font-size: 15px;
- font-weight: 500;
- }
- }
- .btnType {
- gap: 0px 6px !important;
- :global {
- .n-button {
- height: 28px;
- padding: 0 13px;
- font-size: 15px;
- color: rgba(0, 0, 0, .6);
- &.n-button--primary-type {
- font-weight: bold;
- color: #fff;
- }
- }
- }
- }
|