studio - page headers: added in logic to style page actions' height based on title having a subtitle or not
This commit is contained in:
@@ -133,7 +133,7 @@ h1 {
|
||||
|
||||
.nav-actions {
|
||||
position: relative;
|
||||
bottom: -($baseline*1.5);
|
||||
bottom: -($baseline*0.75);
|
||||
float: right;
|
||||
width: flex-grid(4,12);
|
||||
text-align: right;
|
||||
@@ -164,6 +164,14 @@ h1 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// layout with actions
|
||||
&.has-subtitle {
|
||||
|
||||
.nav-actions {
|
||||
bottom: -($baseline*1.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// page metadata/action bar
|
||||
|
||||
Reference in New Issue
Block a user