en_btr_frontend/app/styles/components/user-guide.scss

12 lines
153 B
SCSS
Raw Normal View History

2021-05-21 01:20:42 +00:00
.help-video
{
2021-05-25 23:22:35 +00:00
max-width: 100%;
2021-05-21 01:20:42 +00:00
height: auto;
max-height: 75%;
2021-05-25 23:22:35 +00:00
text-align: center;
cursor: pointer;
2021-05-21 01:20:42 +00:00
}
.help-img {
border: 2px solid grey;
}