Skip to content

Commit 937b2c0

Browse files
committed
Copied the definition of '.abs-account-title' from Luma to Blank so they can both use it.
1 parent d8c86b3 commit 937b2c0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,24 @@
849849
}
850850
}
851851

852+
//
853+
// Account pages: title
854+
// ---------------------------------------------
855+
856+
& when (@media-common = true) {
857+
.abs-account-title {
858+
> strong,
859+
> span {
860+
.lib-font-size(22);
861+
.lib-css(font-weight, @font-weight__light);
862+
}
863+
864+
.lib-css(border-bottom, 1px solid @border-color__base);
865+
.lib-css(margin-bottom, @indent__m);
866+
.lib-css(padding-bottom, @indent__s);
867+
}
868+
}
869+
852870
//
853871
// Ratings: vertical alignment
854872
// ---------------------------------------------

0 commit comments

Comments
 (0)