blob: ec12fe34b6e80c1c2c7606f074b4b310eaa8cc29 [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;
}
pre {
width: inherit;
}