akaunting/public/css/custom_loading.css

100 lines
1.1 KiB
CSS
Raw Normal View History

@media (min-width: 1024px) {
2022-12-07 17:20:25 +03:00
.lg\:w-4\/5 {
width: 80%;
}
.lg\:-mt-16 {
margin-top: -4rem;
}
.lg\:flex {
display: flex;
}
}
2022-12-07 17:20:25 +03:00
[dir="ltr"] .ltr\:right-0 {
right: 0px;
}
[dir="rtl"] .ltr\:left-0 {
left: 0px;
}
.bg-body {
background-color: #fcfcfc;
}
.justify-center {
justify-content: center;
2022-12-07 17:20:25 +03:00
}
.items-center {
align-items: center;
}
.items-start {
align-items: flex-start;
}
.w-full {
width: 100%;
}
.h-screen {
height: 100vh;
}
.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
2022-12-07 17:20:25 +03:00
}
.bottom-0 {
bottom: 0px;
}
2022-12-07 17:20:25 +03:00
.top-0 {
top: 0px;
}
2022-12-07 17:20:25 +03:00
.left-0 {
left: 0px;
}
2022-12-07 17:20:25 +03:00
.right-0 {
right: 0px;
}
2022-12-07 17:20:25 +03:00
.fixed {
position: fixed;
}
2022-12-07 17:20:25 +03:00
.absolute {
position: absolute;
}
2022-12-07 17:20:25 +03:00
.w-28 {
width: 7rem;
}
.h-28 {
height: 7rem;
2022-12-07 17:20:25 +03:00
}
.material-icons-outlined {
2022-12-07 17:20:25 +03:00
font-family: 'Material Icons Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}