Add some flex magic

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2017-05-31 14:34:46 +02:00
parent 812c980fa5
commit 91775f36fe
4 changed files with 64 additions and 53 deletions

View File

@ -30,23 +30,3 @@ nav .input-field input {
.tab {
flex: 1;
}
.chip {
margin: auto 0;
border-radius: 4px;
background-color: #eee;
font-weight: normal;
height: 20px;
line-height: normal;
a {
color: #9e9e9e;
}
i.material-icons {
float: right;
font-size: 16px;
line-height: 32px;
padding-left: 8px;
}
}