Standardize back link implementation (#8039)

This commit is contained in:
Luke Heath 2022-09-30 12:50:04 -05:00 committed by GitHub
parent 64fa2bafe4
commit ded2fb0149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 25 additions and 18 deletions

View file

@ -1,6 +1,6 @@
.edit-pack-form {
h1 {
margin: $pad-medium 0;
margin: $pad-large 0 $pad-medium;
}
&__pack-title {

View file

@ -1,6 +1,6 @@
.pack-form {
h1 {
margin: $pad-medium 0;
margin: $pad-large 0 $pad-medium;
}
label {
@ -31,6 +31,9 @@
}
&__back-link {
display: flex;
align-items: center;
height: 20px;
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
@ -39,8 +42,7 @@
#back-chevron {
width: 16px;
height: 16px;
margin-right: $pad-small;
vertical-align: text-top;
margin: 0 $pad-small 0 0;
}
}
}

View file

@ -9,7 +9,7 @@
&__back-link {
display: flex;
align-items: center;
height: 16px;
height: 20px;
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
@ -20,7 +20,7 @@
#back-chevron {
width: 16px;
height: 16px;
margin-right: $pad-small;
margin: 0 $pad-small 0 0;
}
&__team-header {

View file

@ -360,6 +360,7 @@
color: $core-vibrant-blue;
font-weight: $bold;
text-decoration: none;
margin-left: -11px;
}
&__device_mapping {

View file

@ -1,16 +1,17 @@
.edit-pack-page {
&__back-link {
display: flex;
align-items: center;
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
text-decoration: none;
height: 20px;
#back-chevron {
width: 16px;
height: 16px;
margin-right: $pad-small;
vertical-align: text-top;
margin-top: -1px;
margin: 0 $pad-small 0 0;
}
}

View file

@ -62,16 +62,17 @@
}
&__back-link {
display: flex;
align-items: center;
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
text-decoration: none;
height: 20px;
#back-chevron {
width: 16px;
height: 16px;
margin-right: $pad-small;
vertical-align: text-top;
margin: 0 $pad-small 0 0;
}
}

View file

@ -65,6 +65,9 @@
}
&__back-link {
display: flex;
align-items: center;
height: 20px;
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
@ -73,8 +76,7 @@
#back-chevron {
width: 16px;
height: 16px;
margin-right: $pad-small;
vertical-align: text-top;
margin: 0 $pad-small 0 0;
}
}

View file

@ -82,7 +82,7 @@
display: flex;
align-items: center;
padding-bottom: $pad-small;
height: 16px;
height: 20px;
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
@ -92,6 +92,6 @@
#back-chevron {
width: 16px;
height: 16px;
margin-right: $pad-small;
margin: 0 $pad-small 0 0;
}
}

View file

@ -4,7 +4,7 @@
display: flex;
align-items: center;
padding-bottom: $pad-small;
height: 16px;
height: 20px;
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
@ -14,7 +14,7 @@
#back-chevron {
width: 16px;
height: 16px;
margin-right: $pad-small;
margin: 0 $pad-small 0 0;
}
#right-chevron {