Merge branch 'publish' into network-examples

This commit is contained in:
gijsio
2020-09-18 09:48:40 +02:00
131 changed files with 1743 additions and 1880 deletions

View File

@@ -220,6 +220,21 @@ li.hot {
padding:0!important;
}
/* changes 19-08-2020
Added shortcode for development markings
*/
.development {
display:none;
}
.dev {
background-color: #F6E6D6 !important;
}
.v-card__text > h3, h4{
margin-top:0px;
}
.danger-alert {
background-color: #EF9A9A !important;
margin-top: 24px;
@@ -340,7 +355,7 @@ code {
}
.primary--text {
color: green; /*#00cc96; */
color: #00cc96;
}
.v-window {

View File

@@ -2824,6 +2824,9 @@ ol {
padding-left: 24px;
margin-bottom: 10px;
}
li p{
margin-bottom: 0px;
}
.display-4 {
font-size: 112px !important;
font-weight: 300;