| .bannerHeader { | |
| min-height: 48px; | |
| background-color: #263238; | |
| text-align: center; | |
| color: #fff; | |
| span { | |
| vertical-align: sub; | |
| font-size: 14px; | |
| } | |
| a { | |
| margin-left: 16px; | |
| margin-top: 6px; | |
| } | |
| .close-btn { | |
| float: right; | |
| margin-right: 20px; | |
| font-size: 1.2em; | |
| margin-top: 12px; | |
| text-decoration: none; | |
| } | |
| @media screen and (max-width: 810px) { | |
| display: none; | |
| } | |
| } | |
| .modal { | |
| .has-error { | |
| border: 1px red solid; | |
| } | |
| .error-text { | |
| float: left; | |
| color: red; | |
| } | |
| } |