Merge branch 'development' of github.com:defuj/eis into dev-bagus
This commit is contained in:
@ -1136,6 +1136,10 @@ select {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.mt-3\.5 {
|
||||
margin-top: 0.875rem;
|
||||
}
|
||||
|
||||
.line-clamp-1 {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
@ -1240,6 +1244,18 @@ select {
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.h-\[90vh\] {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.h-\[calc\(90vh-24px\)\] {
|
||||
height: calc(90vh - 24px);
|
||||
}
|
||||
|
||||
.max-h-0 {
|
||||
max-height: 0px;
|
||||
}
|
||||
@ -1894,6 +1910,10 @@ select {
|
||||
fill: #4b5563;
|
||||
}
|
||||
|
||||
.fill-green-600 {
|
||||
fill: #16a34a;
|
||||
}
|
||||
|
||||
.fill-primary-500 {
|
||||
fill: #035b71;
|
||||
}
|
||||
@ -1902,10 +1922,6 @@ select {
|
||||
fill: #cc0000;
|
||||
}
|
||||
|
||||
.fill-secondary-600 {
|
||||
fill: #007b8d;
|
||||
}
|
||||
|
||||
.fill-white {
|
||||
fill: #fff;
|
||||
}
|
||||
@ -2350,11 +2366,6 @@ select {
|
||||
color: rgb(204 0 0 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-secondary-600 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(0 123 141 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-slate-600 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(71 85 105 / var(--tw-text-opacity));
|
||||
|
Reference in New Issue
Block a user