~snappy-dev/snapweb/trunk

« back to all changes in this revision

Viewing changes to www/src/css/banner.css

  • Committer: Snappy Tarmac
  • Author(s): Stephen Stewart
  • Date: 2015-05-14 10:30:40 UTC
  • mfrom: (138.2.6 post-css-bem-lint)
  • Revision ID: snappy_tarmac-20150514103040-bwxxm7nmtygpfm7r
postcss bem linter by stephen-stewart approved by chipaca

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** @define b-banner; weak */
 
2
 
1
3
.b-banner {
2
4
  display:flex;
3
5
  align-items:center;
73
75
  border-right:1px solid #333;
74
76
}
75
77
 
76
 
.b-banner__nav-item--active {
 
78
.b-banner__nav-item_active {
77
79
  position:relative;
78
80
}
79
81
 
80
 
.b-banner__nav-item--active::before {
 
82
.b-banner__nav-item_active::before {
81
83
  position:absolute;
82
84
  content:'';
83
85
  background:#dd4814;
117
119
.b-banner__secondary-nav .b-banner__nav-item:hover {
118
120
  background-color:#dd4814;
119
121
}
120