mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Moving to node_modules folder to make easier to upgrade
trying to move from Bootstrap 3 to Bootstrap 5
This commit is contained in:
parent
047e363a16
commit
d4d042e041
8460 changed files with 1355889 additions and 547977 deletions
90
node_modules/videojs-contrib-ads/docs/assets/css/style.scss
generated
vendored
Normal file
90
node_modules/videojs-contrib-ads/docs/assets/css/style.scss
generated
vendored
Normal file
|
@ -0,0 +1,90 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
body {
|
||||
font-size: 18px;
|
||||
color: #383838;
|
||||
}
|
||||
|
||||
header {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
margin: 0 auto;
|
||||
padding: .5em 1em;
|
||||
text-align: left;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
header .wrapper {
|
||||
padding: .1em 1em .9em;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0a03d6;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 18px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
pre code {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding-left: 2em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 0 0 .3em;
|
||||
}
|
||||
|
||||
li ul, li ol {
|
||||
margin-top: .2em;
|
||||
}
|
||||
|
||||
table {
|
||||
border: solid #ccc 2px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: .2em .5em;
|
||||
}
|
||||
|
||||
img, svg {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: .2em 0;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
margin: .5em 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue