mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-20 08:33:48 +01:00
Added docs for data sources
This commit is contained in:
@@ -10,11 +10,20 @@
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1400px) {
|
||||
.separateOnPageNav .wrapper, .separateOnPageNav .headerWrapper.wrapper {
|
||||
max-width: 1600px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1500px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1700px) {
|
||||
.separateOnPageNav .wrapper, .separateOnPageNav .headerWrapper.wrapper {
|
||||
max-width: 1800px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.separateOnPageNav .docsNavContainer {
|
||||
flex: 0 0 300px;
|
||||
@@ -23,4 +32,8 @@
|
||||
|
||||
body {
|
||||
font-family: "Lato", "sans-serif";
|
||||
}
|
||||
|
||||
.toc .toggleNav ul li a {
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user