]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/docs/examples/tooltip-viewport/tooltip-viewport.css
.gitignore: Add .vscode
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / examples / tooltip-viewport / tooltip-viewport.css
1 body {
2 height: 1200px;
3 }
4 .tooltip {
5 min-width: 250px;
6 max-width: 500px;
7 }
8 .tooltip .tooltip-inner {
9 min-width: 250px;
10 max-width: 500px;
11 min-height: 100px;
12 text-align: left;
13 }
14 .container-viewport {
15 position: absolute;
16 top: 100px;
17 right: 250px;
18 left: 250px;
19 height: 300px;
20 background-color: #eee;
21 }
22 .btn-bottom {
23 position: absolute;
24 bottom: 0;
25 left: 0;
26 }