@import "animations";
@import "tinymce";
@import "highlightjs";
-@import "image-manager";
+@import "components";
@import "header";
@import "lists";
@import "pages";
border-radius: 3px;
box-shadow: $bs-med;
z-index: 999999;
- display: table;
+ display: block;
cursor: pointer;
max-width: 480px;
i, span {
}
}
-
-
-
-
+.center-box {
+ margin: $-xl auto 0 auto;
+ padding: $-m $-xxl $-xl $-xxl;
+ width: 420px;
+ max-width: 100%;
+ display: inline-block;
+ text-align: left;
+ vertical-align: top;
+ //border: 1px solid #DDD;
+ input {
+ width: 100%;
+ }
+ &.login {
+ background-color: #EEE;
+ box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
+ border: 1px solid #DDD;
+ }
+}