mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-07 17:22:01 +02:00
fix(lint): CSS alphabetize warnings (#1498)
Fixes css lintings warnings of properties not alphabetized.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
.chat-profile-image {
|
||||
border-radius: 50%;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
@@ -12,25 +12,25 @@
|
||||
display: none !important;
|
||||
}
|
||||
.header-profile-image {
|
||||
opacity: 0.8;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 50%;
|
||||
height: 28px;
|
||||
margin-right: 5px;
|
||||
opacity: 0.8;
|
||||
width: 28px;
|
||||
}
|
||||
.open .header-profile-image,
|
||||
a:hover .header-profile-image {
|
||||
opacity: 1;
|
||||
}
|
||||
.user-header-dropdown-toggle {
|
||||
padding-top: 11px !important;
|
||||
padding-bottom: 11px !important;
|
||||
padding-top: 11px !important;
|
||||
}
|
||||
.user-primary-account {
|
||||
font-size: 30px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
.error-text {
|
||||
display: none;
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
position: relative;
|
||||
}
|
||||
.btn-add-remove-account {
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
.user-profile-picture {
|
||||
min-height: 150px;
|
||||
max-height: 150px;
|
||||
min-height: 150px;
|
||||
}
|
||||
.cropArea {
|
||||
background: #E4E4E4;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
width: 300px;
|
||||
}
|
||||
.social-button {
|
||||
-webkit-transition-duration: 0.4s;
|
||||
|
||||
Reference in New Issue
Block a user