mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-14 19:03:04 +02:00
fix(lint): CSS alphabetize warnings (#1498)
Fixes css lintings warnings of properties not alphabetized.
This commit is contained in:
@@ -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