X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/05dd681abf576760e4161be1d781be6d45d59fef..a0dd71112a910f68383392bc9efaa26b8e042d3e:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3a8b97fbc..481025d81 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -4,8 +4,6 @@ /* Styles common to large and small screens */ -.fillL { background-color: white; } - /* Default rules for the body of every page */ body { @@ -448,26 +446,11 @@ body.compact-nav { .welcome { display: none; - padding-bottom: 5px; p { - padding: $lineheight/2 $lineheight $lineheight; font-size: 110%; font-weight: 300; } - - .button { - width: 50%; - float: left; - margin: 0; - border-radius: 0; - font-weight: normal; - padding: .6em; - - &.learn-more { - border-right: 1px solid #fff; - } - } } #banner { @@ -1334,13 +1317,6 @@ tr.turn:hover { list-style-type: lower-alpha; } } - - #decline { - background: $lightblue; - &:hover { - background: darken($lightblue, $hovercolor); - } - } } /* Rules for the account settings page */