Language picker with updated design.

This commit is contained in:
codevictory
2021-12-08 23:18:21 +02:00
parent f422da89b5
commit b679352ae9
4 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,18 @@
.ant-dropdown-trigger.dropdown {
padding-right: 7px;
padding-left: 7px;
padding-top: 1px;
border-radius: 5%;
margin-bottom: 10px;
@import '../colors.scss';
h1 {
text-align: center;
color: $brown-text !important;
font-family: 'Montserrat-Medium';
button {
text-transform: uppercase;
border: none;
background-color: $background;
width: 3rem;
}
button:hover {
background-color: #e4e4de;
}
}