Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-02-17 00:03:23 +0400
committerconnors <connor.sears@github.com>2014-02-17 00:03:23 +0400
commit9337fccbcec46dae52276a0e397f39586c6c010e (patch)
tree4a06fe321387aba78af132c35267ae091699ab88 /sass/theme-android.scss
parent323fd280f9d6ddde2f2f6cad8a35ecf4c28294e7 (diff)
refactoring icons and buttons in bars
Diffstat (limited to 'sass/theme-android.scss')
-rw-r--r--sass/theme-android.scss32
1 files changed, 4 insertions, 28 deletions
diff --git a/sass/theme-android.scss b/sass/theme-android.scss
index 0302253..a336e8c 100644
--- a/sass/theme-android.scss
+++ b/sass/theme-android.scss
@@ -287,12 +287,13 @@ a {
// Bars with buttons
.bar {
.btn {
+ margin-top: 7px;
padding-top: 9px;
padding-bottom: 9px;
}
.btn-link {
- padding-top: 0;
- padding-bottom: 0;
+ margin-top: 0;
+ padding: 0;
color: $primary-color;
font-size: $font-size-default;
line-height: 49px;
@@ -302,32 +303,6 @@ a {
color: darken($primary-color, 10%);
}
- // Offset the bar's side padding
- &.pull-left {
- padding-left: 12px;
- padding-right: 0;
- }
- &.pull-right {
- padding-left: 0;
- padding-right: 12px;
- }
- }
-}
-
-// Nav bars with buttons
-.bar-nav {
- .btn {
- margin-top: 7px;
- }
- .btn-link {
- margin-top: 0;
- color: $primary-color;
-
- &:active {
- color: $primary-color;
- opacity: .6;
- }
-
// Make sure link buttons w/ icons line up with the content correctly
.icon {
top: 2px;
@@ -349,6 +324,7 @@ a {
padding-top: 13px;
padding-bottom: 13px;
}
+
// Handle carets in the titles
.title .icon {
padding: 0;