css login form
This commit is contained in:
@@ -78,10 +78,11 @@ header{
|
||||
}
|
||||
}
|
||||
#user-login-form{
|
||||
width: 70%;
|
||||
width: 80%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: end;
|
||||
align-items: start;
|
||||
padding-left: 2.5rem;
|
||||
}
|
||||
ul{
|
||||
width: 70%;
|
||||
@@ -90,6 +91,17 @@ header{
|
||||
li{
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
}
|
||||
ul:last-of-type{
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
padding: 1rem;
|
||||
border: solid black 1px;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white-button;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -171,8 +183,14 @@ header{
|
||||
width: 70%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-left: 0;
|
||||
li{
|
||||
margin-bottom: 3rem;
|
||||
// margin-bottom: 3rem;
|
||||
text-transform: uppercase;
|
||||
padding: 1rem;
|
||||
border: solid black 1px;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white-button;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user