fix(lint): CSS alphabetize warnings (#1498)

Fixes css lintings warnings of properties not alphabetized.
This commit is contained in:
Michael Leanos
2016-09-09 22:28:14 -07:00
committed by GitHub
parent 17772fe96a
commit b2a5cb5b6f
3 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
margin-left: 10px;
}
.chat-profile-image {
border-radius: 50%;
height: 28px;
width: 28px;
border-radius: 50%;
}

View File

@@ -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;

View File

@@ -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;