demarches-normaliennes/app/assets/stylesheets/beta.scss

16 lines
274 B
SCSS
Raw Normal View History

2017-05-17 15:11:35 +02:00
#beta {
text-align: center;
text-transform: uppercase;
position: fixed;
bottom: 26px;
right: -35px;
transform: rotate(-45deg);
width: 150px;
background-color: #008CBA;
color: #FFFFFF;
padding: 5px;
font-size: 15px;
font-weight: 700;
z-index: 10;
}