add new styles

This commit is contained in:
Your Name
2021-07-06 20:30:30 +03:00
parent 3414378534
commit ab187faefa
4 changed files with 37 additions and 35 deletions

View File

@@ -229,7 +229,14 @@ h1 {
#downarrow{
padding: 8px 0px 8px 8px;
}
.adress_box {
background: white;
width: calc(100% - 50px);
padding: 10px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 3px;
}
#stuff-bar {
display: flex;
align-items: center;
@@ -309,7 +316,7 @@ h1 {
font-weight: bold;
color: #181716;
}
input[type="email"],input[type="password"]{
input[type="email"],input[type="password"], input[type="text"], input[type="tel"]{
background: #fff;
transition: all 800ms;
width: calc(100% - 50px);