484 lines
9.8 KiB
CSS
484 lines
9.8 KiB
CSS
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
|
||
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
|
||
|
||
/* /Pages/Accounts/Roles.razor.rz.scp.css */
|
||
table[b-g632qbdu6f] {
|
||
font-size: 90%;
|
||
}
|
||
|
||
td[b-g632qbdu6f], th[b-g632qbdu6f] {
|
||
padding: 5px; /* Reducir el relleno para que las celdas sean más pequeñas */
|
||
}
|
||
|
||
.btn-margin[b-g632qbdu6f] {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.btn-primary[b-g632qbdu6f] {
|
||
font-size: 90%;
|
||
}
|
||
|
||
.btn-danger[b-g632qbdu6f] {
|
||
font-size: 90%;
|
||
}
|
||
/* /Pages/Accounts/Users.razor.rz.scp.css */
|
||
table[b-nbrznlcn4e] {
|
||
font-size: 75%;
|
||
}
|
||
|
||
td[b-nbrznlcn4e], th[b-nbrznlcn4e] {
|
||
padding: 5px; /* Reducir el relleno para que las celdas sean más pequeñas */
|
||
}
|
||
|
||
.btn-margin[b-nbrznlcn4e] {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.btn[b-nbrznlcn4e] {
|
||
font-size: 90%;
|
||
}
|
||
/* /Pages/Authorization/Login.razor.rz.scp.css */
|
||
.btn-circle[b-6b9mijnz2n] {
|
||
width: 40px;
|
||
height: 40px;
|
||
padding: 6px 0px;
|
||
border-radius: 50px;
|
||
text-align: center;
|
||
font-size: 20px;
|
||
line-height: 1.42857;
|
||
}
|
||
/* /Pages/Main/DashboardPanel.razor.rz.scp.css */
|
||
|
||
.dashboard-container[b-f4mmcs3fk4] {
|
||
border: 1px solid #ddd; /* Ajusta el color del borde según tus preferencias */
|
||
padding: 10px;
|
||
border-radius: 5px;
|
||
background-color: #cacaca;
|
||
}
|
||
/* /Shared/Components/Dashboard.razor.rz.scp.css */
|
||
|
||
.circle-tile[b-82fksxpj68] {
|
||
margin-bottom: 15px;
|
||
text-align: center;
|
||
}
|
||
|
||
.circle-tile-heading[b-82fksxpj68] {
|
||
border: 2px solid rgb(49, 49, 49,0.5);
|
||
border-radius: 20%;
|
||
color: #FFFFFF;
|
||
height: 80px;
|
||
margin: 0 auto -50px;
|
||
position: relative;
|
||
transition: all 0.3s ease-in-out 0s;
|
||
width: 80px;
|
||
}
|
||
|
||
.circle-tile-heading .fa[b-82fksxpj68] {
|
||
line-height: 80px;
|
||
}
|
||
|
||
.circle-tile-content[b-82fksxpj68] {
|
||
border: 2px solid rgb(49, 49, 49,0.5);
|
||
padding-top: 50px;
|
||
border-radius: 5px;
|
||
}
|
||
|
||
.circle-tile-number[b-82fksxpj68] {
|
||
font-size: 25px;
|
||
font-weight: 700;
|
||
line-height: 1;
|
||
padding: 5px 0 15px;
|
||
}
|
||
|
||
.circle-tile-description[b-82fksxpj68] {
|
||
font-size:12px;
|
||
/* text-transform: uppercase;
|
||
*/}
|
||
|
||
.circle-tile-footer[b-82fksxpj68] {
|
||
background-color: rgba(0, 0, 0, 0.1);
|
||
color: rgba(255, 255, 255, 0.5);
|
||
display: block;
|
||
padding: 5px;
|
||
transition: all 0.3s ease-in-out 0s;
|
||
text-decoration:none
|
||
}
|
||
|
||
.circle-tile-footer:hover[b-82fksxpj68] {
|
||
background-color: rgba(0, 0, 0, 0.2);
|
||
color: rgba(255, 255, 255, 0.5);
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.circle-tile-heading.dark-blue:hover[b-82fksxpj68] {
|
||
background-color: #2E4154;
|
||
}
|
||
|
||
.circle-tile-heading.dark-gray:hover[b-82fksxpj68] {
|
||
background-color: #6E7474;
|
||
}
|
||
|
||
.circle-tile-heading.green:hover[b-82fksxpj68] {
|
||
background-color: #138F77;
|
||
}
|
||
|
||
.circle-tile-heading.orange:hover[b-82fksxpj68] {
|
||
background-color: #DA8C10;
|
||
}
|
||
|
||
.circle-tile-heading.blue:hover[b-82fksxpj68] {
|
||
background-color: #2473A6;
|
||
}
|
||
|
||
.circle-tile-heading.red:hover[b-82fksxpj68] {
|
||
background-color: #CF4435;
|
||
}
|
||
|
||
.circle-tile-heading.purple:hover[b-82fksxpj68] {
|
||
background-color: #7F3D9B;
|
||
}
|
||
|
||
.tile-img[b-82fksxpj68] {
|
||
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
|
||
}
|
||
|
||
.dark-blue[b-82fksxpj68] {
|
||
background-color: #34495E;
|
||
}
|
||
|
||
.green[b-82fksxpj68] {
|
||
background-color: #16A085;
|
||
}
|
||
|
||
.blue[b-82fksxpj68] {
|
||
background-color: #2980B9;
|
||
}
|
||
|
||
.orange[b-82fksxpj68] {
|
||
background-color: #F39C12;
|
||
}
|
||
|
||
.red[b-82fksxpj68] {
|
||
background-color: #E74C3C;
|
||
}
|
||
|
||
.purple[b-82fksxpj68] {
|
||
background-color: #8E44AD;
|
||
}
|
||
|
||
.dark-gray[b-82fksxpj68] {
|
||
background-color: #7F8C8D;
|
||
}
|
||
|
||
.gray[b-82fksxpj68] {
|
||
background-color: #95A5A6;
|
||
}
|
||
|
||
.light-gray[b-82fksxpj68] {
|
||
background-color: #BDC3C7;
|
||
}
|
||
|
||
.yellow[b-82fksxpj68] {
|
||
background-color: #F1C40F;
|
||
}
|
||
|
||
.text-dark-blue[b-82fksxpj68] {
|
||
color: #34495E;
|
||
}
|
||
|
||
.text-green[b-82fksxpj68] {
|
||
color: #16A085;
|
||
}
|
||
|
||
.text-blue[b-82fksxpj68] {
|
||
color: #2980B9;
|
||
}
|
||
|
||
.text-orange[b-82fksxpj68] {
|
||
color: #F39C12;
|
||
}
|
||
|
||
.text-red[b-82fksxpj68] {
|
||
color: #E74C3C;
|
||
}
|
||
|
||
.text-purple[b-82fksxpj68] {
|
||
color: #8E44AD;
|
||
}
|
||
|
||
.text-faded[b-82fksxpj68] {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
/* /Shared/Components/PhTable.razor.rz.scp.css */
|
||
ph-header[b-5c2dbttnr2] {
|
||
color: whitesmoke;
|
||
}
|
||
|
||
/*.ph-container {
|
||
overflow: auto;
|
||
height: 460px;
|
||
}
|
||
.ph-container thead th {
|
||
position:sticky;
|
||
top:0;
|
||
z-index:1;
|
||
}*/
|
||
td[b-5c2dbttnr2], th[b-5c2dbttnr2] {
|
||
padding: 5px
|
||
}
|
||
/* /Shared/Components/PhToggle.razor.rz.scp.css */
|
||
/* Begin Toggle Switch*/
|
||
.toggle-container[b-3gwts40r19] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.toggle-label[b-3gwts40r19] {
|
||
margin-left: 15px; /* Ajusta el espaciado según sea necesario */
|
||
font-size: 130%;
|
||
}
|
||
/* The switch - the box around the slider */
|
||
.switch[b-3gwts40r19] {
|
||
position: relative;
|
||
display: inline-block;
|
||
width: 70px;
|
||
height: 34px;
|
||
}
|
||
/* Hide default HTML checkbox */
|
||
.switch input[b-3gwts40r19] {
|
||
opacity: 0;
|
||
width: 0;
|
||
height: 0;
|
||
}
|
||
/* The slider */
|
||
.slider[b-3gwts40r19] {
|
||
position: absolute;
|
||
cursor: pointer;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
background-color: #ccc;
|
||
-webkit-transition: .4s;
|
||
transition: .4s;
|
||
}
|
||
|
||
.slider[b-3gwts40r19]:before {
|
||
position: absolute;
|
||
content: "";
|
||
height: 26px;
|
||
width: 26px;
|
||
left: 4px;
|
||
bottom: 4px;
|
||
background-color: white;
|
||
-webkit-transition: .4s;
|
||
transition: .4s;
|
||
}
|
||
|
||
input:checked + .slider[b-3gwts40r19] {
|
||
background-color: #6610f2;
|
||
}
|
||
|
||
input:focus + .slider[b-3gwts40r19] {
|
||
box-shadow: 0 0 1px #6610f2;
|
||
}
|
||
|
||
input:checked + .slider[b-3gwts40r19]:before {
|
||
-webkit-transform: translateX(36px);
|
||
-ms-transform: translateX(36px);
|
||
transform: translateX(36px);
|
||
}
|
||
|
||
/* Rounded sliders */
|
||
.slider.round[b-3gwts40r19] {
|
||
border-radius: 34px;
|
||
}
|
||
|
||
.slider.round[b-3gwts40r19]:before {
|
||
border-radius: 50%;
|
||
}
|
||
|
||
.toggle-label[b-3gwts40r19] {
|
||
margin-left: 3px; /* Ajusta el espaciado según sea necesario */
|
||
}
|
||
/*End Toggle Switch*/
|
||
/* /Shared/LoginView.razor.rz.scp.css */
|
||
.btn-logout[b-8l3u9tky8o] {
|
||
text-decoration: none !important;
|
||
margin-left: 20px;
|
||
padding: 8px 8px 8px 8px;
|
||
background-image: linear-gradient(90deg, rgb(169, 15, 144) 0%, rgb(23, 25, 85) 90%);
|
||
border-radius: 4px 12px 12px 12px;
|
||
color: white;
|
||
cursor: pointer;
|
||
}
|
||
/* /Shared/MainLayout.razor.rz.scp.css */
|
||
|
||
.page[b-b145e5xq6j] {
|
||
position: relative;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
|
||
main[b-b145e5xq6j] {
|
||
flex: 1;
|
||
}
|
||
|
||
.sidebar[b-b145e5xq6j] {
|
||
background-color: rgb(39, 54, 97);
|
||
/*background-image: linear-gradient(180deg, rgb(39, 54, 97) 70%, rgb(39, 54, 97) 99%);*/
|
||
}
|
||
|
||
.top-row[b-b145e5xq6j] {
|
||
/* background-color: rgb(221, 226, 234);*/
|
||
background-color: var(--fondo-resaltado);
|
||
border-bottom: 1px solid #d6d5d5;
|
||
justify-content: flex-end;
|
||
height: 3.5rem;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
.top-row[b-b145e5xq6j] a, .top-row[b-b145e5xq6j] .btn-link {
|
||
white-space: nowrap;
|
||
margin-left: 1.5rem;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.top-row[b-b145e5xq6j] a:hover, .top-row[b-b145e5xq6j] .btn-link:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.top-row[b-b145e5xq6j] a:first-child {
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
}
|
||
|
||
@media (max-width: 640.98px) {
|
||
.top-row:not(.auth)[b-b145e5xq6j] {
|
||
display: none;
|
||
}
|
||
|
||
.top-row.auth[b-b145e5xq6j] {
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.top-row[b-b145e5xq6j] a, .top-row[b-b145e5xq6j] .btn-link {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 641px) {
|
||
.page[b-b145e5xq6j] {
|
||
flex-direction: row;
|
||
}
|
||
|
||
.sidebar[b-b145e5xq6j] {
|
||
width: 250px;
|
||
height: 100vh;
|
||
position: sticky;
|
||
top: 0;
|
||
}
|
||
|
||
.top-row[b-b145e5xq6j] {
|
||
position: sticky;
|
||
top: 0;
|
||
z-index: 1;
|
||
}
|
||
|
||
.top-row.auth[b-b145e5xq6j] a:first-child {
|
||
flex: 1;
|
||
text-align: right;
|
||
width: 0;
|
||
}
|
||
|
||
.top-row[b-b145e5xq6j], article[b-b145e5xq6j] {
|
||
padding-left: 2rem !important;
|
||
padding-right: 1.5rem !important;
|
||
}
|
||
}
|
||
/* /Shared/NavMenu.razor.rz.scp.css */
|
||
|
||
.navbar-toggler[b-7qeeiauegz] {
|
||
background-color: rgba(255, 255, 255, 0.1);
|
||
}
|
||
.icon-white[b-7qeeiauegz] {
|
||
color: rgb(255, 255, 255);
|
||
}
|
||
.top-row[b-7qeeiauegz] {
|
||
height: 3.5rem;
|
||
background-color: rgba(0,0,0,0.4);
|
||
}
|
||
|
||
.navbar-brand[b-7qeeiauegz] {
|
||
font-size: 1.1rem;
|
||
}
|
||
|
||
.oi[b-7qeeiauegz] {
|
||
width: 2rem;
|
||
font-size: 1.1rem;
|
||
vertical-align: text-top;
|
||
top: -2px;
|
||
}
|
||
|
||
.nav-item[b-7qeeiauegz] {
|
||
font-size: 0.9rem;
|
||
padding-bottom: 0.5rem;
|
||
}
|
||
|
||
.nav-item:first-of-type[b-7qeeiauegz] {
|
||
padding-top: 1rem;
|
||
}
|
||
|
||
.nav-item:last-of-type[b-7qeeiauegz] {
|
||
padding-bottom: 1rem;
|
||
}
|
||
|
||
.nav-item[b-7qeeiauegz] a {
|
||
color: #d7d7d7;
|
||
border-radius: 4px;
|
||
height: 3rem;
|
||
display: flex;
|
||
align-items: center;
|
||
line-height: 3rem;
|
||
}
|
||
|
||
.nav-item[b-7qeeiauegz] a.active {
|
||
background-color: rgba(255,255,255,0.25);
|
||
color: white;
|
||
}
|
||
|
||
.nav-item[b-7qeeiauegz] a:hover {
|
||
background-color: rgba(255,255,255,0.1);
|
||
color: white;
|
||
}
|
||
@media (max-width: 992px) {
|
||
.nav-link .text-hide-on-small[b-7qeeiauegz] {
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
/* Muestra el texto dentro de .nav-link en pantallas medianas o grandes ('lg' o m<>s grande) */
|
||
@media (min-width: 993px) {
|
||
.nav-link .text-hide-on-small[b-7qeeiauegz] {
|
||
display: inline;
|
||
}
|
||
}
|
||
@media (min-width: 641px) {
|
||
|
||
.navbar-toggler[b-7qeeiauegz] {
|
||
display: none;
|
||
}
|
||
|
||
.collapse[b-7qeeiauegz] {
|
||
/* Never collapse the sidebar for wide screens */
|
||
display: block;
|
||
}
|
||
|
||
.nav-scrollable[b-7qeeiauegz] {
|
||
/* Allow sidebar to scroll for tall menus */
|
||
height: calc(100vh - 3.5rem);
|
||
overflow-y: auto;
|
||
}
|
||
}
|