We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b530d4 commit b8e06c1Copy full SHA for b8e06c1
themes/modern/jquery.syntax.layout.fixed.sass
@@ -0,0 +1,16 @@
1
+// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
2
+// Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
3
+// See <jquery.syntax.js> for licensing details.
4
+
5
+.syntax-container.syntax-theme-modern
6
+ div.fixed.syntax
7
+ @include modern-gradient(white, $background-primary)
8
+ @include modern-border-radius(0.6em)
9
+ @include modern-box-shadow
10
+ padding: 0.6em
11
+ border: 1px solid $border-primary
12
13
+ pre
14
+ margin: 0
15
+ font-family: inherit
16
+ overflow: auto
0 commit comments