We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c86b3 commit 937b2c0Copy full SHA for 937b2c0
app/design/frontend/Magento/blank/web/css/source/_extends.less
@@ -849,6 +849,24 @@
849
}
850
851
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
870
//
871
// Ratings: vertical alignment
872
// ---------------------------------------------
0 commit comments