1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
/************** * header-bar * **************/ .header-bar { padding: 6px; border-width: 0; border-style: none; background-color: @theme_bg_color; } .header-bar .button.text-button { padding: 4px; } .header-bar .button.image-button { padding: 6px; } .header-bar .title { font: bold; } .header-bar .subtitle { font: smaller; }