client/src/components/SessionList.scss
author salimr <riwad.salim@yahoo.fr>
Mon, 27 Aug 2018 19:53:40 +0200
changeset 147 a2e61192db50
parent 144 8b950885ddae
child 150 97536386b397
permissions -rw-r--r--
Adapt session list display in css

#session-button {
    font-size: 	18px;
    font-weight: bold;
    padding: 15px 15px;
    width: 400px;
    align-content: center;
    top: -10%;
    position:fixed;
    z-index: 1;
}

#session-button:hover {
    background-color: #769FED;
    top: -5%;
}

a.sessions{
    text-decoration: none;
}

.session {
    padding-top: 10%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: -20%;
}

span.session-title {
    color: #769FED;
    font-size: 20px;
    font-weight: 600;
}

span.session-description {
    color:rgb(54, 54, 54);
    font-size: 12px;
    font-weight: 500
}
span.session-date {
    font-size: 13px;
    font-weight: 700;
}

.material-icons{
    margin: 5%;
}