Remove unneeded styles related to the none action.

This commit is contained in:
Arpad Csanyi
2016-05-08 23:09:58 +02:00
parent 1d4c87ce06
commit 04d6ac6727
2 changed files with 1 additions and 26 deletions

View File

@@ -50,19 +50,7 @@
.key-editor--none__description p {
padding: 2rem 0;
margin: 0;
text-align: center;
font-style: italic;
color: #999; }
.key-editor--none__description .icon {
font-size: 5rem;
color: #feefef;
position: absolute;
z-index: 0;
left: 50%;
margin-left: -2.5rem;
top: 50%;
margin-top: -2.5rem; }
text-align: center; }
.select2-item {
position: relative;

View File

@@ -72,19 +72,6 @@
padding: 2rem 0;
margin: 0;
text-align: center;
font-style: italic;
color: #999;
}
.icon {
font-size: 5rem;
color: #feefef;
position: absolute;
z-index: 0;
left: 50%;
margin-left: -2.5rem;
top: 50%;
margin-top: -2.5rem;
}
}