File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const CertificateCard = ({
97
97
target = "_blank"
98
98
showLaunchIcon = { false }
99
99
className = { classNames (
100
- 'btn btn-primary btn-rounded font-weight-normal px-4 py-10px' ,
100
+ 'btn btn-primary font-weight-normal px-4 py-10px' ,
101
101
{ 'btn-sm' : isMobileView } ,
102
102
) }
103
103
>
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ const ProfilePage = ({ params }) => {
134
134
return (
135
135
< Hyperlink
136
136
className = { classNames (
137
- 'btn btn-brand bg-brand-500 btn-rounded font-weight-normal px-4 py-10px text-nowrap' ,
137
+ 'btn btn-brand bg-brand-500 font-weight-normal px-4 py-10px text-nowrap' ,
138
138
{ 'w-100' : isMobileView } ,
139
139
) }
140
140
target = "_blank"
Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ exports[`<ProfilePage /> Renders correctly in various states viewing own profile
671
671
class = " p-0 col-auto"
672
672
>
673
673
<a
674
- class = " pgn__hyperlink default-link standalone-link btn btn-brand bg-brand-500 btn-rounded font-weight-normal px-4 py-10px text-nowrap"
674
+ class = " pgn__hyperlink default-link standalone-link btn btn-brand bg-brand-500 font-weight-normal px-4 py-10px text-nowrap"
675
675
href = " http://localhost:18150/records"
676
676
rel = " noopener noreferrer"
677
677
target = " _blank"
@@ -1442,7 +1442,7 @@ exports[`<ProfilePage /> Renders correctly in various states viewing own profile
1442
1442
class = " pt-3"
1443
1443
>
1444
1444
<a
1445
- class = " pgn__hyperlink default-link standalone-link btn btn-primary btn-rounded font-weight-normal px-4 py-10px"
1445
+ class = " pgn__hyperlink default-link standalone-link btn btn-primary font-weight-normal px-4 py-10px"
1446
1446
href = " http://www.example.com/"
1447
1447
rel = " noopener noreferrer"
1448
1448
target = " _blank"
@@ -2358,7 +2358,7 @@ exports[`<ProfilePage /> Renders correctly in various states without credentials
2358
2358
class = " pt-3"
2359
2359
>
2360
2360
<a
2361
- class = " pgn__hyperlink default-link standalone-link btn btn-primary btn-rounded font-weight-normal px-4 py-10px"
2361
+ class = " pgn__hyperlink default-link standalone-link btn btn-primary font-weight-normal px-4 py-10px"
2362
2362
href = " http://www.example.com/"
2363
2363
rel = " noopener noreferrer"
2364
2364
target = " _blank"
Original file line number Diff line number Diff line change 164
164
165
165
// Todo: Move the following to edx-paragon
166
166
167
- .btn-rounded {
168
- border-radius : 100px ;
169
- }
170
-
171
167
.min-width-179px {
172
168
min-width : 179px ;
173
169
}
You can’t perform that action at this time.
0 commit comments