diff options
author | derchris | 2020-04-02 15:02:50 +0200 |
---|---|---|
committer | derchris | 2020-04-02 15:02:50 +0200 |
commit | f87aacf26e93954b6c576b1a93daddf739c0e173 (patch) | |
tree | 0b10b67dbec09d898ed58416942ad1800efa8227 /configs/conferences/debate12/main.less | |
parent | ba7e09cbf039bc62b6d879a30c3f057b652da19b (diff) |
cadus: event rename
Diffstat (limited to 'configs/conferences/debate12/main.less')
-rw-r--r-- | configs/conferences/debate12/main.less | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/configs/conferences/debate12/main.less b/configs/conferences/debate12/main.less deleted file mode 100644 index b648d68..0000000 --- a/configs/conferences/debate12/main.less +++ /dev/null @@ -1,50 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@link-color: #e22129; -@panel-bg: #ddd; -@well-bg: @panel-bg; -@panel-primary-border: #FFFFFF; -@panel-default-heading-bg: #333333; -@panel-default-text: #e22129; - -@navbar-default-link-color: #FFFFFF; - -@nav-link-hover-bg: #000000; - -@navbar-default-bg: #ccc; - -// conference specific styles here - -body { -/* background-color: #215c68; */ -} - -.banner { - color: #e22129; - - h2 { - font-weight: normal; - } -} - -.navbar-brand { - // color: transparent !important; - height: 50px; - background-image: url('logo.svg'); - background-repeat: no-repeat; - background-size: auto 30px; - background-position: 15px 10px; - padding-left: 120px; - color: #e22129 !important; - .icon { - display: none !important; - } -} - -footer a { - color: @link-color; -} - -.nav > li > a:hover, .nav > li > a:focus { - background: #e22129; -} |