organizee-front/src/app/pages/page-agenda/page-agenda.component.scss

60 lines
No EOL
841 B
SCSS

.titre{
color : rgb(241,120,182);
font-size: 30px;
margin-left: 240px;
margin-top: 20px;
}
.wrap {
display: flex;
margin: 10px;
}
#daypilot{
margin-left: 180px;
}
.left {
margin-right: 10px;
}
.main {
flex-grow: 1;
}
.buttons {
margin-bottom: 10px;
}
.buttons a {
display: inline-block;
text-align: center;
background-color: #3c78d8;
border: 1px solid #1155cc;
color: #fff;
padding: 6px 20px;
border-radius: 2px;
cursor: pointer;
margin-right: 5px;
width: 80px;
text-decoration: none;
}
.main-body {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
overflow: hidden;
}
.fullscreen {
position: absolute; top:90px; left: 0px; right: 0px; bottom: 0px;
}
.btn {
background-color: rgb(241,120,182);
color : white;
border-radius: 12px;
border-color: white;
}