Styling, refactor and instant update after banning and unbanning from community

This commit is contained in:
Belen Curcio
2017-12-11 11:33:26 -03:00
parent 1d12c3629a
commit f005d1e5f8
12 changed files with 367 additions and 325 deletions
+6 -6
View File
@@ -1,19 +1,19 @@
.dropdown {
position: relative;
width: 150px;
height: 36px;
height: 34px;
background: #2c2c2c;
box-sizing: border-box;
color: white;
border-radius: 2px;
border-radius: 3px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
line-height: 1.4;
font-size: 13px;
font-size: 0.98em;
border-radius: 3px;
}
.toggle {
padding: 10px 15px;
padding: 8px 15px;
cursor: pointer;
outline: none;
@@ -58,5 +58,5 @@
right: 15px;
font-size: 1.2rem;
vertical-align: middle;
top: 13px;
top: 11px;
}