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

newsletter.less « site « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6822f0151a73d3c455680cda01acecf11c739fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.jumbotron-ad #newsletter {
  .btn {
    color: @jumbotron-color;
    border-color: mix(@jumbotron-color, @jumbotron-bg, 75%);
    background-color: transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    &:hover {
      background-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
      border-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
      color: @jumbotron-bg;
      text-shadow: 0 -1px 0 @jumbotron-color;
    }
  }
}