summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_tutorial.scss
blob: e80abf95282c05c801f02e8978cc863ca8f61b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.tip-overlay {
    position:absolute;
    background-color:#EEE;
    box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
    border:1px solid #CCC;
    border-radius:3px;
    padding:10px;
    z-index:999;
}

.tip-button {
    height:20px;
    width:20px;
    z-index:998;
}

.tip-div {
    position:absolute;
    top:0px;
    right:0px;
}