1/**
2 * This file provides the definitions for the title.
3 *
4 * @author LarsDW223
5 */
6
7#dw__logo {
8    width:  @ini_logo_width;
9    height: @ini_logo_height;
10}
11
12#dw__title {
13    font-size:        @ini_title_font_size;
14    font-family:      @ini_title_font_family;
15    color:            @ini_title_color;
16    background-color: @ini_title_background_color;
17}
18