diff options
author | Peter Körner | 2016-05-06 11:33:55 +0200 |
---|---|---|
committer | Peter Körner | 2016-05-06 11:33:55 +0200 |
commit | 27133baa36b8b2ef4944ad7f7f2b53256030df20 (patch) | |
tree | 81404bd162c55fe5b78ff65ab0be7816972607c8 /configs/conferences/subscribe7/main.less | |
parent | 3aaf325e40e88303d7707c9868cf126e901c5340 (diff) |
internal name is sub7
Diffstat (limited to 'configs/conferences/subscribe7/main.less')
-rw-r--r-- | configs/conferences/subscribe7/main.less | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/configs/conferences/subscribe7/main.less b/configs/conferences/subscribe7/main.less deleted file mode 100644 index 96bc4dc..0000000 --- a/configs/conferences/subscribe7/main.less +++ /dev/null @@ -1,45 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@link-color: #00a066; -@panel-bg: #ddd; -@well-bg: @panel-bg; -@panel-primary-border: #FFFFFF; -@panel-default-heading-bg: #333333; -@panel-default-text: #FFFFFF; - -@navbar-default-link-color: #FFFFFF; - -@nav-link-hover-bg: #000000; - -@navbar-default-bg: #ccc; - -// conference specific styles here - -.banner { - color: #999; - - h2 { - font-weight: normal; - } -} - -.navbar-brand { - color: transparent !important; - height: 50px; - background-image: url('logo.png'); - background-repeat: no-repeat; - background-size: auto 30px; - background-position: 15px 10px; - - .icon { - display: none !important; - } -} - -footer a { - color: @link-color; -} - -.nav > li > a:hover, .nav > li > a:focus { - background: #eee; -}
\ No newline at end of file |