repaired a small bug
This commit is contained in:
parent
3f071d87ea
commit
09e549971b
@ -77,10 +77,10 @@
|
|||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
}
|
}
|
||||||
.card-body {
|
.card-body {
|
||||||
&:first-of-type{
|
&:first-of-type {
|
||||||
background: #4591C4;
|
background: #4591C4;
|
||||||
background: -webkit-linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
|
background: -webkit-linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
|
||||||
background: linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
|
background: linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -745,7 +745,7 @@ define(function () {
|
|||||||
out.features_f_history_notes = "View and restore any version of your pads";
|
out.features_f_history_notes = "View and restore any version of your pads";
|
||||||
out.features_f_todo = "Create a TODO-list";
|
out.features_f_todo = "Create a TODO-list";
|
||||||
out.features_f_drive = "Basic set of features CryptDrive";
|
out.features_f_drive = "Basic set of features CryptDrive";
|
||||||
out.features_f_drive_full = "Full set of features CryptDrive"
|
out.features_f_drive_full = "Full set of features CryptDrive";
|
||||||
out.features_f_drive_notes = "Basic features for anonymous users";
|
out.features_f_drive_notes = "Basic features for anonymous users";
|
||||||
out.features_f_export = "Export/Import";
|
out.features_f_export = "Export/Import";
|
||||||
out.features_f_export_notes = "For pads and CryptDrive";
|
out.features_f_export_notes = "For pads and CryptDrive";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user