Browse Source

Acrescentando borda no form e retirando o background

master
bianca-maria 3 years ago
parent
commit
ca7edc554c
1 changed files with 19 additions and 10 deletions
  1. +19
    -10
      styles/base.less

+ 19
- 10
styles/base.less View File

@ -1,12 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
html{
body{
html {
body {
margin: 0; margin: 0;
background:#e6e6e6; background:#e6e6e6;
} }
*{
* {
font-family:"Roboto", sans-serif; font-family:"Roboto", sans-serif;
} }
@ -14,7 +15,7 @@ html{
body{ body{
header{
header {
background-color: #EAD945; background-color: #EAD945;
position: fixed; position: fixed;
padding: 24px 40px; padding: 24px 40px;
@ -52,12 +53,17 @@ body{
padding-bottom: 20px; padding-bottom: 20px;
} }
//form.frm;
//form .frm__infor;
form{ form{
margin-top:50px; margin-top:50px;
//trocar o nome abaixo
&.frm{
border: 1px solid #007bff5e;
}
.frm{ .frm{
&__infor{ &__infor{
margin-top: 10px; margin-top: 10px;
padding-top: 10px; padding-top: 10px;
@ -69,7 +75,8 @@ body{
color:red; color:red;
} }
//input do checkbox //input do checkbox
#check{
input[type="checkbox"]{
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
@ -80,7 +87,7 @@ body{
} }
&__input{ &__input{
width: 291px;
width: 289px;
height: 30px; height: 30px;
background: whitesmoke; background: whitesmoke;
border:none; border:none;
@ -108,7 +115,7 @@ body{
text-align: center; text-align: center;
background:chocolate; background:chocolate;
p,span{
p, span{
color:#ffd045; color:#ffd045;
font-size: 10px; font-size: 10px;
@ -117,6 +124,8 @@ body{
font-weight: bold; font-weight: bold;
color:#ffde7c; color:#ffde7c;
} }
} }
} }

Loading…
Cancel
Save