Skip to content

Commit d028aa3

Browse files
committed
atualizando cores
1 parent 9da9517 commit d028aa3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

laboratorio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
.form_row fieldset {
59-
border: 2px solid black;
59+
border: 2px solid #4070f4;
6060
border-radius: 8px;
6161
padding: 20px;
6262
}

templates/static/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ body {
133133
color: white;
134134
}
135135

136-
/* .form.button {
136+
.form.button {
137137
width: 100%;
138138
background-color: #4070F4;
139139
cursor: pointer;
@@ -145,7 +145,7 @@ body {
145145
font-weight: 500;
146146
text-transform: uppercase;
147147
margin: 20px 0px 20px;
148-
} */
148+
}
149149

150150
.button {
151151
background-color: #4070F4;

templates/static/css/menu.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ul.horizontal {
33
margin: 0;
44
padding: 0;
55
overflow: hidden;
6-
background-color: #333;
6+
background-color: #131315;
77
}
88

99
ul.horizontal li {
@@ -19,7 +19,7 @@ ul.horizontal li a {
1919
}
2020

2121
ul.horizontal li a:hover:not(.active) {
22-
background-color: #000;
22+
background-color: #131315;
2323
}
2424

2525
ul.horizontal li a.active {

templates/static/css/patient-form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747

4848
.form_row fieldset {
49-
border: 2px solid black;
49+
border: 2px solid #4070f4;
5050
border-radius: 8px;
5151
padding: 20px;
5252
}

templates/static/css/transporte-form.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
}
5353

5454
.form_row fieldset {
55-
border: 2px solid black;
56-
border-radius: 8px;
55+
border: 2px solid #4070f4;
56+
border-radius: 5px;
5757
padding: 20px;
5858
}
5959

0 commit comments

Comments
 (0)