forked from External/greenlight
restructure app
This commit is contained in:
@ -48,6 +48,10 @@ $rule-color: lightblue;
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.start-block {
|
||||
background-color: white;
|
||||
border: 3px solid lightblue;
|
||||
@ -66,6 +70,10 @@ iframe{
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -1,3 +0,0 @@
|
||||
// Place all the styles related to the Meetings controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
Reference in New Issue
Block a user