46 lines
782 B
SCSS
46 lines
782 B
SCSS
// #body{
|
|
// overflow-x: hidden;
|
|
// overflow-y: hidden;
|
|
// }
|
|
#myInput {
|
|
border-radius: 15px;
|
|
/* border: 2px solid #18262F; */
|
|
padding: 7px;
|
|
width: 116px;
|
|
height: 17px;
|
|
font-size: 9px;
|
|
outline: none;
|
|
float: right;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.headStyle {
|
|
text-align: center;
|
|
font-size: 22px;
|
|
font-weight: 500;
|
|
|
|
color: #6b6a6a;
|
|
padding-top: 7px;
|
|
margin: 0px;
|
|
}
|
|
.sidebar {
|
|
height: 84vh;
|
|
width: 24%;
|
|
text-align: left;
|
|
background: white;
|
|
box-shadow: 3px 1px 5px 0px #b2b0ae;
|
|
position: fixed;
|
|
padding: 10px;
|
|
}
|
|
.main {
|
|
box-shadow: 3px 1px 5px 0px #b2b0ae;
|
|
padding: 10px;
|
|
background: white;
|
|
// margin-left: 5px;
|
|
}
|
|
|
|
.topDiv {
|
|
padding-top: 59px;
|
|
background: whitesmoke;
|
|
height: 100vh;
|
|
}
|