diff options
author | MaZderMind | 2014-12-27 16:19:13 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-27 16:19:13 +0100 |
commit | ab0a2cfbf2b4be1d87376052a02ef2e67557bf0b (patch) | |
tree | 2e0d0ac51cfc44aac6483669d009c29ca29c96ff /assets/css/src/lustige-styles.scss | |
parent | 696066a2df58fa12bfbdac427a767efdb4fe00a4 (diff) | |
parent | 03d3f65e9cdc7100628fb8dde20f97f503e09c57 (diff) |
Merge branch 'master' into relivew
Conflicts:
31c3/assets/css/lustige-styles.css.map
Diffstat (limited to 'assets/css/src/lustige-styles.scss')
-rw-r--r-- | assets/css/src/lustige-styles.scss | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss index 54da6c3..95201b8 100644 --- a/assets/css/src/lustige-styles.scss +++ b/assets/css/src/lustige-styles.scss @@ -31,7 +31,7 @@ body { width: 100%; overflow: hidden; overflow-y: initial; - margin-bottom: 20px; + margin-bottom: 55px; } .top-space { @@ -334,10 +334,13 @@ a.inverted { &.recordings { text-align: center; - font-size: 3.25em; - padding: .75em; - a:hover { - text-decoration: none; + li a { + color: $brand-primary; + font-size: 4em; + + &:hover { + text-decoration: none; + } } } @@ -354,6 +357,12 @@ a.inverted { li { padding: 5px !important; + &.sendezentrum a .title { + left: 240px; + text-shadow: none; + font-weight: normal; + } + a { background-color: $gray-dark; color: white; @@ -809,12 +818,16 @@ a.inverted { color: $gray-lighter; } + h5 { + color: $gray-lighter; + } + a { color: white; } &.event h3 { - height: 48px; + //height: 48px; overflow: hidden; } |