Przeglądaj źródła

Override page-header class

Talha Mansoor 10 lat temu
rodzic
commit
f765374381
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      static/css/elegant.less

+ 8 - 0
static/css/elegant.less

@@ -3,6 +3,8 @@
 
 @import url(http://fonts.googleapis.com/css?family=Lora);
 
+@page-header-border-color: #8f8686;
+@page-header-color: #8B0000;
 @headings-font-family: Lora, Baskerville, Garamond, Georgia, 'DejaVu Serif', 'Times New Roman', Times, Serif;
 
 
@@ -27,3 +29,9 @@ h1, h2, h3, h4, h5, h6 {
     }
 }
 
+.page-header {
+    &:extend(.page-header);
+    color: @page-header-color;
+    margin-top: 10px;
+    padding-left: 5px;
+}