forked from External/greenlight
16 lines
346 B
SCSS
16 lines
346 B
SCSS
// Place all the styles related to the landing controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
// Bootstrap
|
|
@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
@import "bootstrap-social";
|
|
@import "font-awesome";
|
|
|
|
.room {
|
|
.room-link {
|
|
margin: 0 auto;
|
|
}
|
|
}
|