mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Ivan - Improve ticketinfo styling [skip ci]
This commit is contained in:
parent
84810ba57d
commit
b6af2f44ab
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user