Column border-radius fixes

merge-requests/155/head
Alex Gleason 4 years ago
parent 2c010768e9
commit ccec8698fc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -212,6 +212,7 @@
font-size: 16px; font-size: 16px;
line-height: inherit; line-height: inherit;
border: 0; border: 0;
border-radius: 10px 10px 0 0;
text-align: unset; text-align: unset;
padding: 15px; padding: 15px;
margin: 0; margin: 0;

@ -62,6 +62,7 @@
border-bottom: 1px solid var(--brand-color--faint); border-bottom: 1px solid var(--brand-color--faint);
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-radius: 0 0 10px 10px;
} }
.detailed-status__link { .detailed-status__link {

@ -188,6 +188,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 20px; padding: 20px;
border-radius: 0 0 10px 10px;
& > div { & > div {
width: 100%; width: 100%;

Loading…
Cancel
Save