Last change
on this file since 5577566 was 5577566, checked in by NikolaCenevski <cenevskinikola@…>, 3 years ago |
prototip part 2
|
-
Property mode
set to
100644
|
File size:
996 bytes
|
Rev | Line | |
---|
[5577566] | 1 | html,
|
---|
| 2 | body {
|
---|
| 3 | height: 100%;
|
---|
| 4 | }
|
---|
| 5 |
|
---|
| 6 | body {
|
---|
| 7 | display: flex;
|
---|
| 8 | align-items: center;
|
---|
| 9 | padding-top: 40px;
|
---|
| 10 | padding-bottom: 40px;
|
---|
| 11 | background-color: #f5f5f5;
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | .form-signin {
|
---|
| 15 | width: 100%;
|
---|
| 16 | max-width: 330px;
|
---|
| 17 | padding: 15px;
|
---|
| 18 | margin: auto;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | .form-signin .checkbox {
|
---|
| 22 | font-weight: 400;
|
---|
| 23 | }
|
---|
| 24 |
|
---|
| 25 | .form-signin .form-floating:focus-within {
|
---|
| 26 | z-index: 2;
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | .form-floating {
|
---|
| 30 | margin-bottom: 10px;
|
---|
| 31 | }
|
---|
| 32 |
|
---|
| 33 | .form-signin input[type="password"], input[type="text"], input[type="email"] {
|
---|
| 34 | margin-bottom: 0px;
|
---|
| 35 | border-top-left-radius: 0;
|
---|
| 36 | border-top-right-radius: 0;
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | /* RESPONSIVE CSS
|
---|
| 40 | -------------------------------------------------- */
|
---|
| 41 |
|
---|
| 42 | @media (min-width: 40em) {
|
---|
| 43 | /* Bump up size of carousel content */
|
---|
| 44 | .carousel-caption p {
|
---|
| 45 | margin-bottom: 1.25rem;
|
---|
| 46 | font-size: 1.25rem;
|
---|
| 47 | line-height: 1.4;
|
---|
| 48 | }
|
---|
| 49 |
|
---|
| 50 | .featurette-heading {
|
---|
| 51 | font-size: 50px;
|
---|
| 52 | }
|
---|
| 53 | }
|
---|
| 54 |
|
---|
| 55 | @media (min-width: 62em) {
|
---|
| 56 | .featurette-heading {
|
---|
| 57 | margin-top: 7rem;
|
---|
| 58 | }
|
---|
| 59 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.