This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/app/assets/stylesheets/rooms.scss

29 lines
457 B
SCSS
Raw Normal View History

2018-05-07 16:06:01 -04:00
// Place all the styles related to the Rooms controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
2018-06-13 15:51:10 -04:00
.start-button {
font-size: 26px !important;
}
.thumbnail {
2018-07-04 15:20:12 -04:00
height: 60px !important;
2018-06-13 15:51:10 -04:00
width: auto;
}
.join-form {
font-size: 20px !important;
}
.join-input {
height: 48px;
}
.home-indicator {
font-size: 22px !important;
}
2018-07-04 15:20:12 -04:00
.btn-del-room {
width: 70% !important;
}