-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
131 lines (124 loc) · 2.93 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
th {
white-space: nowrap;
}
.input[id=today-date] {
font-size: 0.7rem !important;
}
input::-moz-placeholder {
color: rgba(0, 0, 0, 0.5) !important;
}
input:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.5) !important;
}
input::placeholder {
color: rgba(0, 0, 0, 0.5) !important;
}
label {
white-space: nowrap;
}
body > section .modal-content {
width: 90vw !important;
}
@media only screen and (min-width: 1800px) {
* {
font-size: 1.1vw !important;
}
body > section > div {
min-width: 90vw;
}
}
@media only screen and (max-width: 1199.98px) {
body > section.p-5.p-5, body > section.p-5 {
padding: 9px !important;
}
body > section.p-5 div:first-child:not(.modal-content), body > section div:first-child:not(.modal-content) {
max-width: 100%;
}
}
@media only screen and (min-width: 767.99px) {
section .form-login {
width: 50vw;
}
}
@media only screen and (max-width: 767.98px) {
* {
font-size: 0.9rem !important;
}
.tabla {
font-size: medium !important;
}
}
@media only screen and (max-width: 575.98px) {
* {
font-size: 0.8rem !important;
}
body > .section {
padding: 0 !important;
margin: 0 !important;
}
body > .section > div {
width: 100vw !important;
padding: 10px !important;
margin: 0 !important;
}
body form > div {
flex-direction: column;
}
body form > div .label {
margin: 5px;
}
.tabla {
padding: 0 !important;
margin: 0 !important;
}
}
@media only screen and (max-width: 417px) {
* {
font-size: 0.7rem !important;
}
}
@media only screen and (max-width: 400px) {
* {
font-size: 0.9rem !important;
}
body > section > div.p-5 {
padding: 5px !important;
}
body form, body form-recipe-main-info {
margin: 0 !important;
padding: 0 !important;
}
body form > div, body form-recipe-main-info > div {
flex-direction: column;
}
body form > div.border, body form-recipe-main-info > div.border {
border: none !important;
}
body form > div.p-5, body form-recipe-main-info > div.p-5 {
padding: 1px !important;
}
body form > div > div, body form-recipe-main-info > div > div {
margin-bottom: 5px;
}
body form > div > div.d-flex, body form-recipe-main-info > div > div.d-flex {
display: flex !important;
flex-direction: column;
}
body form > div > div > div.d-flex, body form-recipe-main-info > div > div > div.d-flex {
display: flex !important;
flex-direction: row;
}
body form > div > div > div span, body form-recipe-main-info > div > div > div span {
width: auto !important;
}
body form > div > div .w-50, body form-recipe-main-info > div > div .w-50 {
width: 100% !important;
}
body form #ingredient-recipe-box, body form-recipe-main-info #ingredient-recipe-box {
margin-top: 43px !important;
}
body form label, body form-recipe-main-info label {
margin: 5px 3px 3px !important;
text-align: start;
}
}/*# sourceMappingURL=styles.css.map */