diff --git a/app/assets/stylesheets/darkswarm/tabs.css.sass b/app/assets/stylesheets/darkswarm/tabs.css.sass new file mode 100644 index 0000000000..29f9cd1378 --- /dev/null +++ b/app/assets/stylesheets/darkswarm/tabs.css.sass @@ -0,0 +1,34 @@ +dl.tabs + background: url("/assets/matte.png") top left repeat + display: block + .section-container.auto + margin-bottom: 0 + & > section + transition:height 0s linear 0.5s + & > .content + background: none + border: none + img + margin: 0px 0px 0px 40px + p + max-width: 555px + @media all and (max-width: 768px) + height: auto !important + ul + list-style-type: none + padding-left: none + .panel + padding-bottom: 1.25em + + & > .title, &.active > .title + text-transform: uppercase + line-height: 50px + @media all and (max-width: 768px) + line-height: 30px !important + border: none + &, &:hover + background: none + a + padding: 0px 2.2em + @media all and (max-width: 768px) + line-height: inherit !important