creating my polls page
This commit is contained in:
parent
28882e7038
commit
08b22b07c6
16 changed files with 266 additions and 24 deletions
|
|
@ -0,0 +1,34 @@
|
|||
.main{
|
||||
background-color: #F6F6F6;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
padding: 34px 8%;
|
||||
}
|
||||
|
||||
.survey{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background-color: #FFFFFF;
|
||||
width: 79%;
|
||||
border-radius: 14px;
|
||||
padding: 29px 36px 29px 54px;
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
|
||||
.completed{
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
padding: 15px 47px;
|
||||
border-radius: 15px;
|
||||
background-color: #65B953;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.active{
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
padding: 15px 47px;
|
||||
border-radius: 15px;
|
||||
background-color: #B0B0B0;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue