Skip to content
Snippets Groups Projects

Script verify i18 n

Merged CaTasTrOOf requested to merge CaTasTrOOf/wotwizard-ui:Script-Verify-I18N into master
Files
11
+ 8
14
@@ -53,6 +53,10 @@ $info: #0a8299;
}
.table {
&-fixed {
table-layout: fixed;
}
&.sortable thead {
tr {
border-left: 1px solid var(--text-primary-color);
@@ -71,6 +75,10 @@ $info: #0a8299;
&-hover tbody tr {
cursor: pointer;
}
.td-date {
width: 160px;
}
}
.list-group-item {
@@ -97,20 +105,6 @@ $info: #0a8299;
}
}
.uid {
@extend .text-truncate;
display: inline-block;
max-width: 200px;
@media (min-width: 576px) {
max-width: 255px;
}
@media (min-width: 992px) {
max-width: 205px;
}
}
.icon {
width: 1.15rem;
}
Loading