Skip to content

Commit

Permalink
[RAW, WIP] added AppBar, rewritting ToolBar and Compartment for smoot…
Browse files Browse the repository at this point in the history
…h communication
  • Loading branch information
achillesrasquinha committed Jun 22, 2017
1 parent 0654add commit d9fdae5
Show file tree
Hide file tree
Showing 15 changed files with 1,278 additions and 1,366 deletions.
15 changes: 15 additions & 0 deletions candis/app/assets/css/styles.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,27 @@
.no-border {
border: none !important; }

.no-border-left {
border-left: none !important; }

.no-border-right {
border-right: none !important; }

.no-border-bottom {
border-bottom: none !important; }

.no-shadow {
box-shadow: none !important; }

.no-outline {
outline: none; }

.cursor-pointer {
cursor: pointer; }

body {
background-color: #eeeeee; }

body {
font-family: "Roboto"; }

Expand Down
Binary file added candis/app/assets/img/icons/column-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d9fdae5

Please sign in to comment.