prospect
app.prospect.az by AqilH
Details
AuthorAqilH
LicenseNo License
Categoryapp.prospect.az
Created
Updated
Size3.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name app.prospect.az - июль 2024 г.
@version 20240717.19.13
@namespace ?
==/UserStyle== */
@-moz-document domain("app.prospect.az") {
*{
font-family: 'Roboto', sans-serif;
font-weight: 800;
}
.style_header_panel__1O2eg {
height: 80px;
background-color: #373737;
display: flex;
align-items: center;
justify-content: space-between;
}
.style_logo__3_srA a {
display: none;
}
.styles_link__3ZsbW {
position: relative;
display: inline-block;
width: 90%;
padding: 5px;
text-align: center;
background: #373737;
}
.styles_link__3ZsbW:after {
content: " ";
display: block;
transition: left .2s ease-in-out;
position: absolute;
left: -4px;
top: 0;
bottom: 0;
right: 0;
width: 4px;
height: auto;
background-color: #4e9cdf;
}
.styles_active__3QtBA {
background: #4e9cdf !important;
}
.styles_nav__3psXi {
height: calc(100vh - 80px);
width: 94px;
position: fixed;
z-index: 999;
left: 0;
top: 80px;
overflow-y: auto;
background: #373737;
}
.ant-table-thead>tr>th {
color: #fff;
font-weight: 500;
text-align: left;
background: #4e9cdf;
border-bottom: 1px solid #e8e8e8;
transition: background .3s ease;
animation: color-change 5s infinite;
}
.aside {
background: #f0f0f0;
position: fixed;
top: 156px;
left: 390px;
width: calc(100% - 390px);
height: calc(100% - 156px);
overflow-x: hidden;
overflow-y: auto;
}
.styles_navHeader__37Btz {
position: fixed;
top: 80px;
left: 390px;
width: calc(100% - 390px);
z-index: 9;
display: flex;
align-items: center;
background: #373737;
margin: 0;
color: black;
flex-wrap: nowrap;
overflow-x: auto;
}
.styles_row__2V4yP td {
background-color: #f0f0f0;
font-size: 13px;
font-weight: 400;
color: #646464;
max-width: 100px;
text-overflow: ellipsis;
border-right: none !important;
}
.styles_link__3O8vd {
color: white;
}
.styles_link__3O8vd:after {
content: " ";
display: inline-block;
transition: bottom .2s ease-in-out;
width: 100%;
height: 4px;
background: #4e9cdf;
position: absolute;
bottom: -4px;
left: 0;
}
.styles_wrap__1EAiV {
padding: 0px 35px;
}
.styles_isActive__2D0Va,
.styles_isActive__2D0Va:focus,
.styles_isActive__2D0Va:hover {
background-color: #4e9cdf;
}
.overlay {
background: #4e9cdf;
}
.styles_active__2cYag {
color: #4e9cdf !important;
border-radius: 20%;
font-size: 25px;
}
.styles_sidebar___rq0Q .styles_sidebar_header__3jFOO {
display: flex;
align-items: center;
justify-content: center;
padding: 2px;
border-bottom: 2px solid #fff;
}
.ant-table-tbody .ant-table-row-cell-break-word{
transform:translatex(0px) translatey(0px);
padding-top:0px !important;
padding-bottom:0px !important;
}
}