blob: 1d50201024a881d0f20189940b814cd74b173444 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
@import "constants";
& {
margin: @gutter -@gutter-half;
padding: 0 @gutter-half;
border: 1px solid @color-blue-grey-50;
border-radius: 8px;
overflow: hidden;
}
&.warning {
border-color: @color-accent-A200;
}
h1, h2, h3, h4 {
margin: @gutter-half 0;
}
p, ul, li {
font-size: 12px;
}
pre {
width: inherit;
}