Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/wincloud_gateway/node_modules/strapi-admin/admin/src/containers/Admin/Logout/ drwxr-xr-x | |
| Viewing file: Select action/file-type: import styled from 'styled-components';
const Wrapper = styled.div`
position: relative;
-webkit-font-smoothing: antialiased;
> div {
height: 6rem;
width: 100%;
line-height: 5.8rem;
z-index: 999;
> button,
> button.btn {
position: relative;
z-index: 9;
width: 100%;
padding-left: 20px;
padding-right: 20px;
background: white;
border: none;
border-radius: 0;
color: #333740;
font-size: 14px;
font-weight: 500;
text-align: right;
cursor: pointer;
transition: background 0.2s ease-out;
&:hover,
&:focus,
&:active {
color: #333740;
background-color: #fafafb !important;
z-index: 9;
}
> i,
> svg {
margin-left: 10px;
transition: transform 0.3s ease-out;
&[alt='true'] {
transform: rotateX(180deg);
}
}
}
}
&:after {
position: absolute;
right: -1px;
top: calc(50% - 10px);
content: '';
display: inline-block;
vertical-align: middle;
height: 20px;
border-left: 1px solid #f3f4f4;
transition: opacity 0.2s ease-out;
}
&:hover:after {
opacity: 0;
}
.dropDownContent {
z-index: 8;
top: -3px !important;
left: auto !important;
min-width: 190px;
margin: 0 !important;
padding: 0;
line-height: 1.8rem;
border: none !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
font-size: 14px;
overflow: hidden;
box-shadow: 0 1px 4px 0px rgba(40, 42, 49, 0.05);
&:active {
outline: 0;
}
&:before {
content: '';
position: absolute;
top: 0;
left: -1px;
width: calc(100% + 1px);
height: 3px;
box-shadow: 0 1px 2px 0 rgba(40, 42, 49, 0.16);
}
> button {
height: 54px;
padding: 0px 15px;
&:hover,
&:focus,
&:active {
background-color: #fafafb !important;
border-radius: 0px;
cursor: pointer;
outline: 0;
}
&:hover,
&:active {
color: #333740;
}
}
> button:last-child {
color: #f75b1d;
> i,
svg {
margin-left: 10px;
}
}
}
.item {
&:active {
color: black;
}
&:hover {
background-color: #fafafb !important;
}
}
`;
export default Wrapper;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0294 ]-- |