remove style in html #1678 (#1743)

This commit is contained in:
Eugenio Romano
2017-03-22 10:50:24 +00:00
committed by Mario Romano
parent 76009fcd46
commit 05635db985
17 changed files with 78 additions and 22 deletions

View File

@@ -41,6 +41,7 @@
text-align: center;
width: 100%;
}
:host .truncate {
margin-left: 0;
white-space: nowrap;
@@ -48,11 +49,11 @@
text-overflow: ellipsis;
}
:host .mdl-progress{
:host .mdl-progress {
width: 150px;
}
@media (max-device-width: 360px){
@media (max-device-width: 360px) {
.truncate {
max-width: 50px;
margin-left: 0px;
@@ -63,6 +64,7 @@
.truncate {
width: 60px;
}
.mdl-progress {
width: 60px;
}
@@ -91,3 +93,11 @@
display: table-cell;
}
}
.full-width {
width: 100%;
}
.no-width {
width: 0%;
}