| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/www/wp-content/plugins/really-simple-ssl/assets/css/ |
Upload File : |
@import "variables.less";
.rsssl-progress-block {
padding-top: 10px;
.rsssl-progress {
overflow: hidden;
height: 20px;
border-radius: 5px;
background-color: #f7f7f7;
.rsssl-bar {
height: 100%;
background-color: @color-success;
&.rsssl-orange {
background-color: @color_open;
}
}
}
.rsssl-progress-text {
display: flex;
align-items: center;
margin: 10px 0;
padding-top: 10px;
padding-bottom: 10px;
.rsssl-progress-percentage {
font-size: 32px;
font-weight: 700;
}
.rsssl-progress-text {
margin-left: 35px;
font-size:18px;
font-weight:600;
a {
margin-left: 3px;
}
}
}
}
.rsssl-header-html {
display: flex;
color: @light-text-color;
.rsssl-toggle-active {
text-decoration: underline;
}
}
.rsssl-task-control-container {
display:flex;
label {
margin:0 5px;
border-bottom:1px solid lightgrey;
color: lightgrey;
}
&.rsssl-active-filter-remaining .rsssl-remaining-tasks label {
text-decoration: none;
border-bottom:0;
color:initial;
}
&.rsssl-active-filter-all .rsssl-all-tasks label {
text-decoration: none;
border-bottom:0;
color:initial;
}
}
/**
* Task element, list of tasks
*/
.rsssl-task-element {
display: flex;
align-items: center;
justify-content: center;
gap: var(--rsp-spacing-m);
padding-bottom: var(--rsp-spacing-s);
.rsssl-task-message {
flex:1;
}
.rsssl-task-dismiss {
button {
all:initial; //remove default button styles
}
span {
font-size: 1.5em;
color: black;
font-family: sans-serif;
&:hover {
cursor: pointer;
color: grey;
}
svg {
height: 12px;
width: 12px;
}
}
}
}