mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-18 13:31:36 +03:00
36 lines
464 B
Plaintext
36 lines
464 B
Plaintext
#content .lead .paragraph,
|
|
.contents > * {
|
|
max-width: 48rem;
|
|
}
|
|
|
|
.admonitionblock {
|
|
td {
|
|
border: none;
|
|
}
|
|
td.icon {
|
|
padding-right: 0;
|
|
padding-top: 0.7em;
|
|
font-variant: small-caps;
|
|
font-size: 0.7em;
|
|
color: #666;
|
|
vertical-align: top;
|
|
#no-select();
|
|
}
|
|
border-left: 0.3rem solid #aaa;
|
|
}
|
|
|
|
.admonitionblock {
|
|
&.warning {
|
|
background: #FFEEC8;
|
|
border-left-color: #FFBF00;
|
|
}
|
|
}
|
|
|
|
.imageblock {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
table.stretch {
|
|
width: 100%;
|
|
}
|