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/components/Webhooks/Switch/ drwxr-xr-x | |
| Viewing file: Select action/file-type: /**
*
* Wrapper
*
*/
import styled from 'styled-components';
const Wrapper = styled.div`
position: relative;
.button {
position: relative;
z-index: 2;
width: 30px;
height: 18px;
margin-right: 12px;
.button-rect {
position: relative;
z-index: -2;
margin-top: 3px;
width: 30px;
height: 12px;
background-color: #faa684;
border-radius: 6px;
}
.button-circle {
position: absolute;
top: 0;
right: -1px;
width: 17px;
height: 17px;
border-radius: 9px;
background-color: #f1f1f1;
&:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
margin: -1px;
border-radius: inherit;
background: linear-gradient(to bottom, #f1f1f1, #e7e7e7);
}
}
}
input {
z-index: 3;
cursor: pointer;
}
input:checked + .button {
.button-rect {
background-color: #6dbb1a;
}
.button-circle {
left: -1px;
}
}
.button,
p {
display: inline-block;
vertical-align: top;
}
`;
export default Wrapper;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.016 ]-- |