add new styles
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user