• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/docs/website/css/bootswatch.less
Yann E. MORINYann E. MORIN committed 2ee00d0964d24 Jan 2015
Raw file
Source viewDiff to previous
 
1
// Cerulean 3.3.0
2
// Bootswatch
3
// -----------------------------------------------------
4
​
5
@import url(//fonts.googleapis.com/css?family=Telex);
6
​
7
.btn-shadow(@color) {
8
  #gradient > .vertical-three-colors(lighten(@color, 8%), @color, 60%, darken(@color, 4%));
9
  filter: none;
10
  border-bottom: 1px solid darken(@color, 10%);
11
}
12
​
13
// Navbar =====================================================================
14
​
15
.navbar {
16
  .btn-shadow(@navbar-default-bg);
17
  filter: none;
18
  .box-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
19
​
20
  &-default {
21
​
22
    .badge {
23
      background-color: #fff;
24
      color: @navbar-default-bg;
25
    }
26
  }
27
​
28
  &-inverse {
29
    #gradient > .vertical-three-colors(lighten(@navbar-inverse-bg, 8%), lighten(@navbar-inverse-bg, 4%), 60%, darken(@navbar-inverse-bg, 2%));
30
    filter: none;
31
    border-bottom: 1px solid darken(@navbar-inverse-bg, 10%);
32
​
33
    .badge {
34
      background-color: #fff;
35
      color: @navbar-inverse-bg;
36
    }
37
  }
38
​
39
  .navbar-nav > li > a,
40
  &-brand {
41
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
42
  }
43
}
44
​
45
@media (max-width: @grid-float-breakpoint-max) {
46
​
47
  .navbar {
48
​
49
    .dropdown-header {
50
      color: #fff;
51
    }
52
  }
53
}
54
​
55
// Buttons ====================================================================
56
​
57
.btn {
58
​
59
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
60
​
61
  .caret {
62
    border-top-color: #fff;
63
  }
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.