~deadlight/canonical-identity-provider/nav

« back to all changes in this revision

Viewing changes to src/identityprovider/static_src/scss/styles.scss

  • Committer: Karl Williams
  • Date: 2019-07-16 13:03:58 UTC
  • Revision ID: karl@deadlight.net-20190716130358-y78v1pbj7cvinsd6
Add short path for vanilla and remove unused css

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
$color-navigation-background: #363636;
4
4
 
5
 
@import '../../../../../vanilla-framework/scss/build';
6
 
 
7
 
.p-navigation__logo .p-navigation__link {
8
 
  align-content: flex-start;
9
 
  justify-content: center;
10
 
}
11
 
 
12
 
.p-navigation__logo {
13
 
  max-height: 35px;
14
 
}
15
 
 
 
5
@import 'vanilla-framework/scss/build';
16
6
 
17
7
.p-cip-hero {
18
8
  background-image: linear-gradient(212deg, #E95420 0%, #C44631 6%, #A33940 12%, #8B304A 18%, #7C2B51 24%, #772953 29%, #55163B 51%, #370626 75%, #2C001E 100%);