32 lines
464 B
SCSS
32 lines
464 B
SCSS
.facebox_content { display: none; }
|
|
|
|
#facebox {
|
|
input[type='text'], input.text { width: 98%; }
|
|
}
|
|
|
|
#facebox_header {
|
|
position: relative;
|
|
padding-bottom: 10px;
|
|
|
|
.right {
|
|
z-index: 3;
|
|
right: 1em;
|
|
top: 14px;
|
|
color: #ccc;
|
|
|
|
img {
|
|
vertical-align: top;
|
|
position: relative;
|
|
top: 0px;
|
|
}
|
|
}
|
|
|
|
h3, h4 {
|
|
.description { margin-top: 0px; }
|
|
}
|
|
|
|
.tiny_text {
|
|
font-size: $font-size-small;
|
|
font-weight: normal;
|
|
}
|
|
}
|