mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
ikonotv styling
This commit is contained in:
parent
24011b773b
commit
0a07106ae8
@ -94,8 +94,7 @@ let Header = React.createClass({
|
|||||||
<li>
|
<li>
|
||||||
<a className="pull-right" href="https://www.ascribe.io/" target="_blank">
|
<a className="pull-right" href="https://www.ascribe.io/" target="_blank">
|
||||||
<span id="powered">{getLangText('powered by')} </span>
|
<span id="powered">{getLangText('powered by')} </span>
|
||||||
<span>ascribe </span>
|
<span className="icon-ascribe-logo"></span>
|
||||||
<span className="glyph-ascribe-spool-chunked ascribe-color"></span>
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</AclProxy>
|
</AclProxy>
|
||||||
|
@ -149,7 +149,8 @@ hr {
|
|||||||
|
|
||||||
.ascribe-icon {
|
.ascribe-icon {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 300;
|
font-weight: $ascribe--font-weight;
|
||||||
|
color: $ascribe--button-default-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-accordion-list-item {
|
.ascribe-accordion-list-item {
|
||||||
@ -157,6 +158,7 @@ hr {
|
|||||||
-webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.18);
|
-webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.18);
|
||||||
-moz-box-shadow: 0 2px 2px -2px rgba(0,0,0,.18);
|
-moz-box-shadow: 0 2px 2px -2px rgba(0,0,0,.18);
|
||||||
box-shadow: 0 2px 2px -2px rgba(0,0,0,.18);
|
box-shadow: 0 2px 2px -2px rgba(0,0,0,.18);
|
||||||
|
margin-bottom: 1em;
|
||||||
&:hover {
|
&:hover {
|
||||||
//-webkit-transform: scale(1.005);
|
//-webkit-transform: scale(1.005);
|
||||||
// -moz-transform: scale(1.005);
|
// -moz-transform: scale(1.005);
|
||||||
|
@ -22,6 +22,7 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
|
|||||||
|
|
||||||
.client--ikonotv .navbar-default {
|
.client--ikonotv .navbar-default {
|
||||||
background-color: $ikono--bg-color;
|
background-color: $ikono--bg-color;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
// this is a horrible hack
|
// this is a horrible hack
|
||||||
.navbar-nav > li > a[href="https://www.ascribe.io/"] {
|
.navbar-nav > li > a[href="https://www.ascribe.io/"] {
|
||||||
@ -47,6 +48,8 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
|
|||||||
.navbar-nav > .active a:focus {
|
.navbar-nav > .active a:focus {
|
||||||
color: black;
|
color: black;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
|
background-color: transparent;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav > .active {
|
.navbar-nav > .active {
|
||||||
@ -67,6 +70,30 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
|
|||||||
background-color: $ikono--bg-color;
|
background-color: $ikono--bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
background-color: $ikono--bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu > li > a {
|
||||||
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu > li > a:hover,
|
||||||
|
.dropdown-menu > li > a:focus {
|
||||||
|
color: $ikono--bg-color;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification-menu {
|
||||||
|
.dropdown-menu {
|
||||||
|
background-color: white;
|
||||||
|
li:hover {
|
||||||
|
background-color: rgba($ikono--button-color, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.img-brand.navbar-brand {
|
.img-brand.navbar-brand {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
@ -205,6 +232,14 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.client--ikonotv .ascribe-icon {
|
||||||
|
color: $ikono--button-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.client--ikonotv .ascribe-piece-list-toolbar .btn-ascribe-add{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.ikonotv-landing {
|
.ikonotv-landing {
|
||||||
/* center all text on the page */
|
/* center all text on the page */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -394,6 +429,9 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
|
|||||||
.ascribe-checkbox-wrapper [type=checkbox]:checked + .checkbox:before {
|
.ascribe-checkbox-wrapper [type=checkbox]:checked + .checkbox:before {
|
||||||
color: $ikono--button-color;
|
color: $ikono--button-color;
|
||||||
}
|
}
|
||||||
|
.search-bar > .form-group > .input-group > .input-group-addon {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -418,8 +456,8 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
|
|||||||
// intercom stuff
|
// intercom stuff
|
||||||
.client--ikonotv {
|
.client--ikonotv {
|
||||||
#intercom-container .intercom-launcher-button {
|
#intercom-container .intercom-launcher-button {
|
||||||
background-color: $ikono--button-color;
|
background-color: $ikono--button-color !important;;
|
||||||
border-color: $ikono--button-color;
|
border-color: $ikono--button-color !important;;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user