Refine popover functionality, add input secret style

This commit is contained in:
gconsidine
2017-05-19 11:27:13 -04:00
parent effd537a9c
commit c8757a5ab0
8 changed files with 64 additions and 10 deletions
+10 -2
View File
@@ -1,6 +1,7 @@
.at-Input {
.at-mixin-Placeholder(@at-gray-dark-3x);
height: @at-input-height;
background: @at-white;
border-radius: @at-border-radius;
color: @at-gray-dark-5x;
@@ -44,13 +45,13 @@
position: absolute;
z-index: 3;
pointer-events: none;
top: 9px;
right: @at-space-4x;
top: @at-space-4x;
color: @at-gray-dark-4x;
}
}
.at-InputSelect {
height: @at-input-height;
position: relative;
}
@@ -61,8 +62,15 @@
}
.at-InputSelect-select {
height: @at-input-height;
cursor: pointer;
position: absolute;
z-index: 1;
top: 0;
}
.at-Input-button {
background-color: @at-white;
border-color: @at-gray-dark-2x;
color: @at-gray-dark-5x;
}