1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- body {
- padding-top: 70px;
- }
-
- /**
- ========================================================
- **/
-
- .navbar-brand {
- padding-right: 42px;
- }
-
- .caption {
- height: 100%;
- overflow: hidden;
- }
-
- .caption h4 {
- white-space: nowrap;
- text-align: center;
- color: #265a88;
- font-size: 24px;
- margin-top: 0px;
- margin-bottom: 10px;
- }
- .qcm h2 {
- text-align: center;
- }
-
- .caption hr {
- margin: 5px;
- }
-
- .caption p {
- font-size: 18px;
- text-align: center;
- }
- .right {
- text-align: right;
- }
-
- .center {
- text-align: center;
- }
-
- footer {
- margin: 50px 0;
- }
-
- .modal-header {
- font-weight: bold;
- }
-
- .input-permission-name {
- text-transform: uppercase;
- }
|