related to #1455 adjustments in sync page site_url moved, title and btn.

This commit is contained in:
Matthieu Leproux
2021-08-02 16:27:50 +02:00
parent ddbdbd93bb
commit c47c262fe6
6 changed files with 27 additions and 7 deletions
+17 -1
View File
@@ -4673,13 +4673,18 @@ fieldset#environment legend i[class*="icon-"] {
}
.buttonGradient {
padding: 8px 10px; margin-left: 5px;
padding: 8px 10px;
margin-left: 5px;
background: linear-gradient(135deg, rgb(255, 119, 0) 0%, rgb(249, 76, 93) 25%, rgb(201, 74, 140) 50%, rgb(249, 76, 93) 100%); transition: 0.3s ease;
cursor: pointer;
color: white !important;
background-size: 200% 100%;
}
.syncBtn .buttonGradient {
padding:13px 20px;
}
.buttonGradient:hover {background-position-x: 100%;}
#cboxLoadedContent input[type="submit"] {margin-bottom: 20px; float: none;}
@@ -5293,3 +5298,14 @@ color:#FF7B00;
background-color:white;
border: solid 2px #D4D4D4;
}
.site-url-path {
justify-content: flex-start;
display: flex;
width: max-content;
padding-left: 25px;
}
.site-url-path span {
margin-top: -10px;
}