mirror of https://github.com/rancher/ui.git
settings
This commit is contained in:
parent
87e02c8d3b
commit
24950b8a58
|
|
@ -1,10 +1,10 @@
|
|||
<h3>{{t 'catalogSettings.header'}}</h3>
|
||||
<h5>{{t 'catalogSettings.subtext'}}</h5>
|
||||
<p>{{t 'catalogSettings.subtext'}}</p>
|
||||
<hr>
|
||||
|
||||
<div class="row row-same-height">
|
||||
<div class="col span-6">
|
||||
<h5>{{t (if settings.isRancher 'catalogSettings.certified.header.rancher' 'catalogSettings.certified.header.pl') appName=settings.appName}}</h5>
|
||||
<p>{{t (if settings.isRancher 'catalogSettings.certified.header.rancher' 'catalogSettings.certified.header.pl') appName=settings.appName}}</p>
|
||||
<div class="">
|
||||
<label class="mr-20 hand">
|
||||
{{radio-button selection=enableLibrary value=true}} {{t 'generic.enabled'}}
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="col span-6">
|
||||
<h5>{{t (if settings.isRancher 'catalogSettings.community.header.rancher' 'catalogSettings.community.header.pl') appName=settings.appName}}</h5>
|
||||
<p>{{t (if settings.isRancher 'catalogSettings.community.header.rancher' 'catalogSettings.community.header.pl') appName=settings.appName}}</p>
|
||||
<div class="">
|
||||
<label class="mr-20 hand">
|
||||
{{radio-button selection=enableCommunity value=true}} {{t 'generic.enabled'}}
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<h5>{{t 'catalogSettings.more.header'}}</h5>
|
||||
<p>{{t 'catalogSettings.more.header'}}</p>
|
||||
<p class="text-info">{{format-html-message 'catalogSettings.more.helpText'}}</p>
|
||||
|
||||
<button class="bg-transparent text-primary" {{action "add"}}><i class="icon icon-plus-circle"/> <span>{{t 'catalogSettings.more.addActionLabel'}}</span></button>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ $error : desaturate($error, .75); // stopped inact
|
|||
|
||||
$bg-default : mix($mid-grey, $dark-grey);
|
||||
$bg-disabled : desaturate($mid-grey, .65);
|
||||
$bg-primary : desaturate($primary, 20%);
|
||||
$bg-primary : desaturate($primary, 50%);
|
||||
$bg-secondary : desaturate($secondary, 20%);
|
||||
$bg-success : desaturate($success, 20%);
|
||||
$bg-info : desaturate($info, 20%);
|
||||
|
|
@ -38,7 +38,7 @@ $accent-bg : $accent-two;
|
|||
$accent-border : rgba($light-grey,.05);
|
||||
|
||||
/*header*/
|
||||
$header : $bg-secondary;
|
||||
$header : $bg-primary;
|
||||
$header-link : $light-grey;
|
||||
$header-link-active : $primary;
|
||||
$user-btn : darken($header, 5%);
|
||||
|
|
|
|||
Loading…
Reference in New Issue