demarches-normaliennes/app/assets/stylesheets/beta.scss
2021-02-02 15:26:11 +01:00

15 lines
274 B
SCSS

#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;
}