feat: September 2022 updates

This commit is contained in:
Anoop M D
2022-03-22 18:18:20 +05:30
parent 81b88e964f
commit c7cced5868
89 changed files with 3714 additions and 11804 deletions

View File

@@ -0,0 +1,30 @@
import styled from 'styled-components';
const Wrapper = styled.div`
font-size: 0.8125rem;
.dropdown {
width: 100%;
}
.method-selector {
border-radius: 3px;
min-width: 90px;
.tippy-box {
max-width: 150px !important;
min-width: 110px !important;
}
.dropdown-item {
padding: .25rem .6rem !important;
}
}
.caret {
color: rgb(140, 140, 140);
fill: rgb(140 140 140);
}
`;
export default Wrapper;