mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 05:06:35 +01:00
Merge branch 'publish' into network-examples
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user