// main: ../../../css/styles.scss #ohsnap { position: fixed; top: 147px; right:20px; margin-left: 5px; z-index:9999; } .alert { -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); box-shadow : 0 0 10px 0 rgba(0,0,0,0.2); @include transition(0.2s,0s); text-align: right; margin-top: 10px; padding: 15px 20px; float: right; clear: right; font-size: 1.4rem !important; border-right: 5px solid $primary-color; } .alert-red { color: white; background-color: #DA4453; } .alert-green { color: white; background-color: $primary-color; } .alert-blue { color: white; background-color: #4A89DC; } .alert-yellow { color: white; background-color: #F6BB42; } .alert-orange { color:white; background-color: #E9573F; } .alert-white { color:$secondary-color; background-color: white; } .buttons { margin-bottom: 20px; display: block; } .buttons a { margin:auto; margin-bottom:10px; float: none !important; text-align: center; } .buttons a span { padding-left: 0px; } #ohsnap { text-shadow: none; } @media (max-width: 450px) { .buttons { margin-bottom: 334px; } }