forked from ivanpazbek/julianvuev2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
51 lines (40 loc) · 1.09 KB
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.project-details-container {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
}
@media (max-width: 767px) and (min-width: 320px){
h1.Software_heading {
font-size: 15px;
}
}
@media only screen and (min-width: 390px) {
input#grid-state {
max-width: 156px;
}
tbody.vue3-easy-data-table__body.row-alternation tr td:nth-child(1) {
min-width: 23px !important;
}
thead.vue3-easy-data-table__header tr th span{
text-align: left;
}
.vue3-easy-data-table__body.row-alternation tr td {
text-align: left !important;
}
.vue3-easy-data-table__body.row-alternation tr td {
text-align: left !important;
}
.vue3-easy-data-table__header th .header.direction-center {
justify-content: start !important;
}
}
.usage-filter.second-filter select {
border: none;
border-radius: 4px;
padding-left: 15px;
}
.usage-filter.second-filter select:focus-visible {
border-color: none;
outline: none;
}