Send form: validation and functionality. Little issue in navbar was fixed.
This commit is contained in:
parent
5cff5f6b47
commit
4fff1673cd
3 changed files with 93 additions and 22 deletions
17
css/main.css
17
css/main.css
|
|
@ -58,7 +58,6 @@ body {
|
|||
.header {
|
||||
background: #111;
|
||||
color: white;
|
||||
overflow: hidden;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
|
|
@ -71,6 +70,10 @@ body {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.panel {
|
||||
color: #333;
|
||||
background: #FFFFFF;
|
||||
|
|
@ -164,7 +167,7 @@ span.panel-res {
|
|||
color: #FBE500;
|
||||
}
|
||||
|
||||
.alert-box.warning {
|
||||
.alert-box.warning, .alert-box.error {
|
||||
background-color: #C0392A;
|
||||
border-color: #C0392A;
|
||||
color: #fff;
|
||||
|
|
@ -174,6 +177,14 @@ span.panel-res {
|
|||
color:#C0392A;
|
||||
}
|
||||
|
||||
small.is-valid {
|
||||
color: #04B404;
|
||||
}
|
||||
|
||||
small.has-error {
|
||||
color: #f04124;
|
||||
}
|
||||
|
||||
hr { margin: 2.25rem 0;}
|
||||
|
||||
button.primary { background-color: #111; }
|
||||
|
|
@ -203,4 +214,4 @@ button.secondary:hover { background-color: #FFDF00 !important;}
|
|||
.p20h {padding: 0 20px;}
|
||||
.m30v {margin: 30px 0;}
|
||||
.m30a {margin: 30px auto;}
|
||||
.br100 {border-radius: 100%;}
|
||||
.br100 {border-radius: 100%;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue