42 lines
532 B
CSS
42 lines
532 B
CSS
|
h2 {
|
||
|
font-weight: 100;
|
||
|
color: #555
|
||
|
}
|
||
|
|
||
|
.table-title {
|
||
|
margin-bottom: 15px;
|
||
|
font-size: .8rem
|
||
|
}
|
||
|
|
||
|
.table-title h2 {
|
||
|
margin: 0 15px 0 0
|
||
|
}
|
||
|
|
||
|
.ticket-info {
|
||
|
font-size: 22px
|
||
|
}
|
||
|
|
||
|
|
||
|
#nickname h2 {
|
||
|
max-width: 400px;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
#phytosanitary {
|
||
|
padding-right: 10px
|
||
|
}
|
||
|
|
||
|
#phytosanitary .flag img {
|
||
|
width: 100%
|
||
|
}
|
||
|
|
||
|
#phytosanitary .flag .flag-text {
|
||
|
padding-left: 10px;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.phytosanitary-info {
|
||
|
margin-top: 10px
|
||
|
}
|