Skip to content

Commit 9ec6c3e

Browse files
Dando Merging nas alterações
2 parents c697c01 + bee8aea commit 9ec6c3e

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

condicoes/templates/criar_condicao.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ <h2>Cadastro de Condicao</h2>
3838
<div class="row">
3939
<div class="col-5">
4040
<input type="submit" value="Confirmar">
41+
4142
</div>
43+
4244
</div>
4345
</form>
4446
<script src="{% static 'js/condicao-form.js' %}"></script>

templates/static/css/list.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ a.button-link {
6464
}
6565

6666
.data-list-atlas tr:nth-child(even) {
67-
background-color: #f2f2f2;
67+
background-color: #131315;
6868
}
6969

7070
.data-list-atlas tr:hover {
71-
background-color: #ddd;
71+
background-color: #131315;
7272
}
7373

7474
.data-list-atlas th {

templates/static/css/main.css

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,20 @@ body {
111111
}
112112

113113
.col-5 {
114-
width: 100%;
115-
/* border: 1px black solid; */
116-
margin: 1px 0 10px 0;
117-
}
114+
.form_row input[type=submit] {
115+
width: 100%;
116+
background-color: #4070F4;
117+
cursor: pointer;
118+
padding: 13px 35px;
119+
border-radius: 5px;
120+
border: none;
121+
color: white !important;
122+
font-size: 16px;
123+
font-weight: 500;
124+
text-transform: uppercase;
125+
margin: 20px 0px 20px;
126+
}
127+
}
118128

119129
.row-alert {
120130
position: relative;

0 commit comments

Comments
 (0)