openreplay/frontend/app/components/ui/Information/information.css
2021-05-01 15:12:01 +05:30

17 lines
279 B
CSS

.wrapper {
position: fixed;
background-color: white;
top: 50px;
left: 0;
right: 0;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
border-top: solid thin $gray-light-shade;
}
.primary {
background-color: $teal;
color: white;
}