Commit 6b9f7079 authored by Mark Otto's avatar Mark Otto
Browse files

adding well sizes

parent 738fac18
1 merge request!1952Tabulation navigation with Typeahead
Showing with 22 additions and 0 deletions
+22 -0
No preview for this file type
...@@ -1783,6 +1783,18 @@ table .span24 { ...@@ -1783,6 +1783,18 @@ table .span24 {
border-color: #ddd; border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); border-color: rgba(0, 0, 0, 0.15);
} }
.well-large {
padding: 24px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.well-small {
padding: 9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.fade { .fade {
-webkit-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear;
......
...@@ -15,3 +15,13 @@ ...@@ -15,3 +15,13 @@
border-color: rgba(0,0,0,.15); border-color: rgba(0,0,0,.15);
} }
} }
// Sizes
.well-large {
padding: 24px;
.border-radius(6px);
}
.well-small {
padding: 9px;
.border-radius(3px);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment