Fix buttons because of new font
parent
012dbf27e2
commit
597ff9bd7d
|
@ -680,7 +680,7 @@
|
||||||
"PROFILE_SIDEBAR": {
|
"PROFILE_SIDEBAR": {
|
||||||
"TITLE": "Your profile",
|
"TITLE": "Your profile",
|
||||||
"DESCRIPTION": "People can see everything you do and what are you working on. Add a nice bio to give an enhanced version of your information.",
|
"DESCRIPTION": "People can see everything you do and what are you working on. Add a nice bio to give an enhanced version of your information.",
|
||||||
"ADD_INFO": "Edit your bio"
|
"ADD_INFO": "Edit bio"
|
||||||
},
|
},
|
||||||
"PROFILE_FAVS": {
|
"PROFILE_FAVS": {
|
||||||
"FILTER_INPUT_PLACEHOLDER": "Type something...",
|
"FILTER_INPUT_PLACEHOLDER": "Type something...",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
color: $white;
|
color: $white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .4rem 2.5rem;
|
padding: .4rem 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: all .2s linear;
|
transition: all .2s linear;
|
||||||
|
|
Loading…
Reference in New Issue