| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _toasts.scss | 55 background-color: theme-color-light("success")!important; 60 background-color: theme-color-light("info")!important; 65 background-color: theme-color-light("danger")!important; 70 background-color: theme-color-light("warning")!important; 76 background-color: theme-color-light("success")!important; 81 background-color: theme-color-light("info")!important; 86 background-color: theme-color-light("danger")!important; 91 background-color: theme-color-light("warning")!important; 104 background-color: theme-color-light("success")!important; 109 background-color: theme-color-light("info")!important; [all …]
|
| H A D | _alert.scss | 60 background-color: theme-color-light("info"); 66 background-color: theme-color-light("success"); 72 background-color: theme-color-light("danger"); 78 background-color: theme-color-light("warning");
|
| H A D | _tables.scss | 30 // Bootstrap 4 thead-light and Bootstrap 5 table-light classes for specificity 31 .thead-light th, 32 .table-light th { 65 background-color: theme-color("light"); 100 background-color: theme-color-dark('light');
|
| H A D | _card.scss | 3 background-color: theme-color-light('success')!important;
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/ |
| H A D | gtksourceview-classic-light_1.0.bb | 3 LIC_FILES_CHKSUM = "file://classic-light.xml;beginline=6;endline=23;md5=2b4f75364fad00a4d752214dcbd… 7 SRC_URI = "file://classic-light.xml" 14 install -m 0644 ${UNPACKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/ 16 install -m 0644 ${UNPACKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/
|
| /openbmc/phosphor-webui/app/common/styles/components/ |
| H A D | alert-banner.scss | 16 background-color: $notification-error--light; 20 background-color: $notification-success--light; 24 background-color: $notification-warn--light; 28 background-color: $notification-info--light;
|
| H A D | form-elements.scss | 28 background: $primary-light; 103 background: $primary-light; 136 border: 1px solid $primary-light; 161 border: solid $primary-light; 167 border-color: $primary-light; 168 color: $primary-light; 184 background: $primary-light; 239 border-color: $primary-light; 240 color: $primary-light;
|
| H A D | table.scss | 46 color: $primary-light; 89 color: $primary-light; 270 border-left: 2px solid $primary-light; 271 border-bottom: 2px solid $primary-light; 285 border-left: 0 solid $primary-light; 286 border-bottom: 2px solid $primary-light; 345 border-left: 2px solid $primary-light;
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0012-Don-t-expose-configure-args.patch | 12 scripts/samhain.ebuild-light.in | 2 +- 16 diff --git a/scripts/samhain.ebuild-light.in b/scripts/samhain.ebuild-light.in 18 --- a/scripts/samhain.ebuild-light.in 19 +++ b/scripts/samhain.ebuild-light.in
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | colors.scss | 67 $primary-light: $base-02--08; 78 $background-01: $primary-light; 94 $notification-info--light: $color--blue-10; 96 $notification-success--light: $color--green-10; 98 $notification-warn--light: $color--yellow-10; 100 $notification-error--light: $color--red-10;
|
| /openbmc/phosphor-webui/app/common/styles/directives/ |
| H A D | app-navigation.scss | 5 $nav__second-level-text-secondary: $primary-light; 34 color: $primary-light; 47 color: $primary-light; 56 fill: $primary-light; 61 fill: $primary-light; 78 color: $primary-light; 120 color: $primary-light;
|
| /openbmc/phosphor-webui/app/server-health/styles/ |
| H A D | log.scss | 3 $priority-high--light: $accent-04--02; 5 $priority-medium--light: $accent-03--03; 7 $priority-low--light: $accent-01--03; 9 $priority-resolve--light: $base-02--04; 140 color: $primary-light; 142 fill: $primary-light; 197 color: $primary-light; 206 background: $priority-high--light; 211 background: $priority-medium--light; 216 background: $priority-low--light; [all …]
|
| H A D | sensors.scss | 22 color: $primary-light; 139 color: $primary-light; 142 color: $primary-light;
|
| H A D | inventory.scss | 19 color: $primary-light; 34 background-color: $primary-light;
|
| /openbmc/phosphor-webui/app/common/styles/elements/ |
| H A D | toast.scss | 35 background-color: $notification-error--light; 39 background-color: $notification-success--light; 43 background-color: $notification-warn--light; 47 background-color: $notification-info--light;
|
| /openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
| H A D | _colors.scss | 31 $light: $gray-100; variable 42 "light": $light,
|
| /openbmc/u-boot/cmd/ |
| H A D | demo.c | 45 int light; in do_demo_light() local 49 light = simple_strtoul(argv[0], NULL, 16); in do_demo_light() 50 ret = demo_set_light(demo_dev, light); in do_demo_light() 84 U_BOOT_CMD_MKENT(light, 2, 1, do_demo_light, "", ""),
|
| /openbmc/u-boot/include/ |
| H A D | dm-demo.h | 27 int (*set_light)(struct udevice *dev, int light); 33 int demo_set_light(struct udevice *dev, int light);
|
| /openbmc/phosphor-webui/app/common/styles/layout/ |
| H A D | header.scss | 27 color: $primary-light; 42 color: $primary-light; 43 fill: $primary-light; 61 color: $primary-light; 69 background: $primary-light; 111 background: $primary-light;
|
| /openbmc/u-boot/drivers/demo/ |
| H A D | demo-uclass.c | 55 int demo_set_light(struct udevice *dev, int light) in demo_set_light() argument 62 return ops->set_light(dev, light); in demo_set_light()
|
| /openbmc/webui-vue/src/components/AppHeader/ |
| H A D | AppHeader.vue | 5 class="link-skip-nav btn btn-light" 282 background-color: theme-color-level(light, 10); 285 background-color: theme-color-level(light, 9); 294 fill: theme-color('light'); 340 color: theme-color-level(light, 3); 353 fill: theme-color('light'); 366 fill: theme-color('light'); 367 background-color: theme-color-level(light, 10);
|
| /openbmc/phosphor-webui/app/access-control/styles/ |
| H A D | ldap.scss | 65 background-color: $primary-light; 170 color: $primary-light; 175 color: $primary-light; 264 color: $primary-light;
|
| /openbmc/webui-vue/src/env/assets/styles/ |
| H A D | _intel.scss | 37 $light-gray: #E9E9E9; 52 fill: $light-gray !important;
|
| /openbmc/webui-vue/src/views/Overview/ |
| H A D | OverviewQuickLinks.vue | 2 <b-card bg-variant="light" border-variant="light">
|
| H A D | OverviewCard.vue | 2 <b-card bg-variant="light" border-variant="light" class="mb-4">
|