Standardize back link implementation (#8039)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.edit-pack-form {
|
||||
h1 {
|
||||
margin: $pad-medium 0;
|
||||
margin: $pad-large 0 $pad-medium;
|
||||
}
|
||||
|
||||
&__pack-title {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -360,6 +360,7 @@
|
||||
color: $core-vibrant-blue;
|
||||
font-weight: $bold;
|
||||
text-decoration: none;
|
||||
margin-left: -11px;
|
||||
}
|
||||
|
||||
&__device_mapping {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user