parent
2c79678e39
commit
de7c57cf96
@ -1 +0,0 @@ |
||||
/* This file is for your main application css. */ |
@ -0,0 +1,5 @@ |
||||
@import "bootstrap"; |
||||
@import "components/all"; |
||||
|
||||
/* Phoenix flash messages */ |
||||
.alert:empty { display: none; } |
@ -0,0 +1,2 @@ |
||||
@import "blocks"; |
||||
@import "header"; |
@ -0,0 +1,9 @@ |
||||
.blocks { |
||||
@extend .table; |
||||
|
||||
text-align: left; |
||||
|
||||
td { |
||||
padding-right: 4em; |
||||
} |
||||
} |
@ -0,0 +1,10 @@ |
||||
.header { |
||||
&__logo { |
||||
@extend .img-responsive; |
||||
width: 5em; |
||||
} |
||||
|
||||
&__title { |
||||
@extend h1; |
||||
} |
||||
} |
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue