File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments