aboutsummaryrefslogtreecommitdiffstats
path: root/g/fa/docs/assets/less/tw-bs-201/scaffolding.less
diff options
context:
space:
mode:
Diffstat (limited to 'g/fa/docs/assets/less/tw-bs-201/scaffolding.less')
-rwxr-xr-xg/fa/docs/assets/less/tw-bs-201/scaffolding.less29
1 files changed, 29 insertions, 0 deletions
diff --git a/g/fa/docs/assets/less/tw-bs-201/scaffolding.less b/g/fa/docs/assets/less/tw-bs-201/scaffolding.less
new file mode 100755
index 000000000..47ce53818
--- /dev/null
+++ b/g/fa/docs/assets/less/tw-bs-201/scaffolding.less
@@ -0,0 +1,29 @@
+// Scaffolding
+// Basic and global styles for generating a grid system, structural layout, and page templates
+// -------------------------------------------------------------------------------------------
+
+
+// STRUCTURAL LAYOUT
+// -----------------
+
+body {
+ margin: 0;
+ font-family: @baseFontFamily;
+ font-size: @baseFontSize;
+ line-height: @baseLineHeight;
+ color: @textColor;
+ background-color: @white;
+}
+
+
+// LINKS
+// -----
+
+a {
+ color: @linkColor;
+ text-decoration: none;
+}
+a:hover {
+ color: @linkColorHover;
+ text-decoration: underline;
+}