diff src/app/app.component.css @ 256:6d128e43f4d5

Merge remote-tracking branch 'lucas/feature/determinate-spinner'
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 28 Apr 2017 09:23:57 +0100
parents 53ea6406d601
children 1811801a9830
line wrap: on
line diff
--- a/src/app/app.component.css	Thu Apr 27 16:41:04 2017 +0100
+++ b/src/app/app.component.css	Fri Apr 28 09:23:57 2017 +0100
@@ -1,4 +1,4 @@
-.app-toolbar-filler {
+.ugly-toolbar-filler {
   flex: 1 1 auto;
 }
 
@@ -12,22 +12,22 @@
   text-align: center;
 }
 
-.app-container {
+.ugly-container {
   height: 100%;
   display: flex;
   flex-direction: column;
 }
 
-.app-header {
+.ugly-header {
   flex: 0 0 auto;
 }
 
-.app-content {
+.ugly-content {
   flex: 1 1 auto;
   overflow-y: auto;
   position: relative;
 }
 
-.app-footer {
+.ugly-footer {
   flex: 0 0 auto;
 }