Ivan - Improve ticketinfo styling [skip ci]

This commit is contained in:
ivan 2016-12-21 18:56:54 -03:00
parent 84810ba57d
commit b6af2f44ab

View File

@ -3,18 +3,27 @@
.ticket-info {
width: 300px;
font-weight: normal;
&__title {
color: $primary-black;
font-variant: small-caps;
font-size: $font-size--md;
}
&__description {
color: $grey;
margin-top: 5px;
font-size: small;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
&__author {
color: $primary-blue;
margin-bottom: 12px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
}
&__properties {
background-color: $grey;
padding: 10px;
@ -67,6 +76,7 @@
&__owner {
margin-right: 10px;
width: 125px;
.ticket-info__properties__label {
width: 48px;
}