Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Mar 21, 2024
1 parent 83a7fc3 commit 76eca65
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions disqus/admin/css/disqus-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
right: -20px;
color: white;
}

.dsq-admin-wrapper {
margin-top: 20px;
a {
Expand All @@ -45,26 +45,26 @@
box-shadow: unset !important;
}
}

.description a {
padding: 5px;
border-radius: 12px;
}

input {
border-radius: 6px;
}
textarea {
border-radius: 0;
}
}

.button-hero .disqus-icon {
float: left;
margin-top: 7px;
margin-right: 7px;
}

.whats-new {
padding: 5px;
&.visible {
Expand All @@ -73,23 +73,23 @@
background-color: white;
}
}

.welcome-panel {
overflow: hidden;
border-radius: 12px;
.welcome-panel-content {
min-height: unset;
}
}

.about-description {
font-size: 40px !important;
color: var(--disqus-blue);
font-weight: bold;
align-items: center;
text-align: center;
}

.welcome-panel .welcome-panel-content .welcome-panel-column-container {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -131,7 +131,7 @@
}
}
}

.nav-tab-wrapper {
display: flex;
gap: 10px;
Expand All @@ -150,15 +150,15 @@
}
}
}

.button-large .dashicons {
margin-top: 4px;
}

.submit .button-link {
text-decoration: none;
}

.button {
border-radius: 12px !important;
&:hover {
Expand All @@ -167,56 +167,56 @@
transition: color .1s ease-in-out, background-color .3s ease-in-out !important;
}
}

.button.button-link {
padding: 0px 5px;
border-radius: 6px;
}

/* Placeholder spinner */

.dsq-loading-container {
height: 130px;
padding-top: 120px;
}

.dsq-spinner {
z-index: 500;

border: 3px solid transparent;
border-color: transparent #c2c9d4 transparent #c2c9d4;

animation: rotate-loading 1.2s linear 0s infinite normal;
transform-origin: 50% 50%;

margin: auto;
width: 25px;
height: 25px;

border-radius: 28px;
}

@keyframes rotate-loading {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

.dsq-installation__instruction-list {
padding-left: 0px;
counter-reset: li 0;
margin: 35px 0px 0px 70px;
}

.dsq-installation__instruction-list::before, .installation__instruction-list::after {
content: " ";
display: table;
}

.dsq-installation__instruction-list > li {
font-size: 16px;
line-height: 1.5em;
Expand All @@ -225,7 +225,7 @@
margin-bottom: 40px;
list-style: none;
}

.dsq-installation__instruction-list > li::before {
content: counter(li);
counter-increment: li 1;
Expand All @@ -243,26 +243,26 @@
background: rgb(255, 211, 79);
border-radius: 1em;
}

.dsq-icon-support {
font-size: 72px;
width: 72px;
height: 72px;
display: block;
margin: 0 auto 5px auto;
}

.dsq-support-list-container {
display: flex;
flex-wrap: wrap;
list-style: none;
}

.dsq-support-list-item {
text-align: center;
padding: 10px 30px;
}

.dsq-support-list-item a {
text-decoration: none;
font-size: 14px;
Expand Down

0 comments on commit 76eca65

Please sign in to comment.