File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed
src/shared/components/Settings/Account/LinkedAccount Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ Please enter a valid URL
190
190
)
191
191
}
192
192
</ div >
193
+ < PrimaryButton onClick = { this . onAddWebLinkButton } theme = { { button : 'button-add-link' } } > Add Link</ PrimaryButton >
193
194
</ form >
194
195
</ div >
195
196
</ div >
Original file line number Diff line number Diff line change 1
- @import " ~styles/mixins " ;
1
+ @import " ../../style " ;
2
2
3
3
.links {
4
4
border-bottom : none ;
213
213
214
214
input .url {
215
215
max-width : 100% ;
216
- margin : 0 ;
216
+ margin : 5 px 0 0 0 ;
217
217
border-radius : 4px ;
218
218
219
219
@include placeholder {
869
869
}
870
870
}
871
871
}
872
+
873
+ .buttons {
874
+ margin-top : auto ;
875
+ margin-bottom : auto ;
876
+
877
+ .button-add-link {
878
+ align-self : center ;
879
+ color : $tc-white ;
880
+ margin : 0 ;
881
+
882
+ div :first-child {
883
+ margin-top : 0 ;
884
+ }
885
+
886
+ button ,
887
+ a {
888
+ @include roboto-medium ;
889
+
890
+ height : 40px ;
891
+ font-size : 15px ;
892
+ font-weight : 500 ;
893
+ margin : 0 ;
894
+ padding : 0 ;
895
+ width : 155px ;
896
+ }
897
+
898
+ @include xs-to-sm {
899
+ display : none ;
900
+ }
901
+ }
902
+ }
You can’t perform that action at this time.
0 commit comments