client/src/components/Register.scss
author salimr <riwad.salim@yahoo.fr>
Wed, 29 Aug 2018 11:02:36 +0200
changeset 150 97536386b397
parent 144 8b950885ddae
child 151 57d63a248f0d
permissions -rw-r--r--
Improve Modals display and sessions list

h4.text-center {
    font-size: 50px;
    font-weight: bolder;
}

.control-label {
    font-size: 16px;
    margin-left: 20%;
}

.form-control {
    width: 60%;
    margin-left: 20%;
}

form {
    padding-top: 10%;
}

button.btn.btn-primary {
    font-size: 	18px;
    font-weight: bold;
    padding: 15px 15px;
    width: 30%;
    margin-left: 35%;
    margin-top: 7%;
}

.text-center .text-muted {
    color: #769FED;
    font-size: 16px;
    font-weight: bold;
}