restructure app

This commit is contained in:
Josh
2018-05-29 15:28:29 -04:00
parent 5042e2572c
commit 32ec2bacce
31 changed files with 303 additions and 472 deletions

View File

@ -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%;

View File

@ -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/