cms/app-client/app/styles/modal.scss
author nowmad@nowmads-macbook-pro.local
Fri, 15 Jan 2016 15:49:42 +0100
changeset 84 36f84e8f1ad5
child 95 f7ab931581af
permissions -rw-r--r--
add d3js for langue visu add modal update css

.overlay {
    background-color: gray;
    height: 100vh;
    left: 0;
    opacity: 0.77;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
}

.dialog {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px #222;
    height: 300px;
    left: 50%;
    margin-left: -250px;
    margin-top: -150px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 50;
}

.dialog h1{
  margin-top: 0;
}