Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_colors.scss10 $gray-100: #f4f4f4;
11 $gray-200: #e6e6e6;
12 $gray-300: #d8d8d8;
13 $gray-400: #cccccc;
14 $gray-500: #b3b3b3;
15 $gray-600: #999999;
16 $gray-700: #666666;
17 $gray-800: #3f3f3f;
18 $gray-900: #161616;
29 $dark: $gray-900;
[all …]
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dgrays.vue29 variable: 'gray-100',
34 variable: 'gray-200',
38 variable: 'gray-300',
42 variable: 'gray-400',
46 variable: 'gray-500',
50 variable: 'gray-600',
54 variable: 'gray-700',
58 variable: 'gray-800',
62 variable: 'gray-900',
H A Dtheme.vue35 variable: "gray-800",
40 variable: 'gray-100',
46 variable: 'gray-900',
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_forms.scss7 color: gray("700")!important;
12 color: gray("800");
24 border-color: gray("500") !important;
25 background-color: gray("100");
35 background-color: gray("100");
39 background-color: gray("400");
40 color: gray("600");
43 color: gray("600");
60 background-color: gray("100");
68 background-color: gray("400");
[all …]
H A D_tables.scss6 border-top: 1px solid gray("300");
7 border-bottom: 1px solid gray("300");
9 border-left: 1px solid gray("300");
12 border-right: 1px solid gray("300");
30 border-top: 1px solid gray("300");
31 border-bottom: 1px solid gray("300");
33 border-left: 1px solid gray("300");
36 border-right: 1px solid gray("300");
107 border: 1px solid gray("300");
112 border-top: 1px solid gray("300");
[all …]
H A D_buttons.scss13 color: gray("600");
17 border-color: gray("400");
18 background-color: gray("400");
47 background-color: gray("200");
51 background-color: gray("300");
H A D_dropdown.scss20 background-color: gray("200");
23 background-color: gray("300");
H A D_section-divider.scss2 border-bottom: 1px solid gray('400');
H A D_base.scss4 color: gray("800");
H A D_alert.scss5 color: gray("800");
/openbmc/webui-vue/src/env/assets/styles/
H A D_intel.scss35 $gray: #AEAEAE; variable
36 $dark-gray: #808080;
37 $light-gray: #E9E9E9;
46 $gray-100: $white;
52 fill: $light-gray !important;
/openbmc/webui-vue/docs/customization/
H A Dtheme.md118 - Default value: $gray-200
125 - Default value: $gray-300
139 These include the `color` map, `theme-color` map, and `gray` map. These maps are
174 The gray color palette contains nine shades of gray that range from light to
175 dark. Bootstrap sets a default gray color value for each color variable from
176 100-900 in increments of one hundred, for example, `$gray-100`, `$gray-200`,
177 `$gray-300` through `gray-900`. Bootstrap does not create a color map for any of
178 the colors except gray. The Bootstrap documentation indicates that adding color
181 gray variable values.
189 - `gray('<gray color palette key'>)`
[all …]
H A Dreadme.md101 $gray-100: #f4f4f4;
102 $gray-200: #e6e6e6;
103 $gray-300: #d8d8d8;
104 $gray-400: #cccccc;
105 $gray-500: #b3b3b3;
106 $gray-600: #999999;
107 $gray-700: #666666;
108 $gray-800: #3f3f3f;
109 $gray-900: #161616;
139 $dark: $gray-900;
[all …]
/openbmc/webui-vue/src/layouts/
H A DLoginLayout.vue51 background: gray('100');
71 background: gray('100');
109 background-color: gray('200');
/openbmc/webui-vue/src/components/Global/
H A DFormFile.vue99 border-color: gray('400');
100 background-color: gray('400');
101 color: gray('600');
H A DStatusIcon.vue50 color: gray('600');
H A DSearch.vue81 stroke: gray('400');
/openbmc/linux/drivers/video/fbdev/
H A Dsh7760fb.c122 u16 lddfr, int *bpp, int *gray) in sh7760fb_get_color_info() argument
161 if (gray) in sh7760fb_get_color_info()
162 *gray = lgray; in sh7760fb_get_color_info()
206 int ret, bpp, gray; in sh7760fb_set_par() local
227 ret = sh7760fb_get_color_info(info, par->pd->lddfr, &bpp, &gray); in sh7760fb_set_par()
232 vdln, bpp, gray ? "grayscale" : "color", in sh7760fb_set_par()
271 if (!gray) in sh7760fb_set_par()
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot9 StandAlone [ style=filled,fillcolor=gray,label=StandAlone ]
18 node [fontcolor=gray]
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Drotary-encoder.txt24 Supported are "gray" (the default and more common) and "binary".
39 rotary-encoder,encoding = "gray";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D0001-undefined-strdup-macro.patch21 /* NOTE: start of $Id: dmalloc.h.4,v 1.15 2007/05/14 17:23:37 gray Exp $ */
H A D13-fix-ldflags-in-makefile.patch9 # via: http://256.com/gray/email.html
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst104 gray list
105 3. scan the gray objects for matching addresses (some white objects
106 can become gray and added at the end of the gray list) until the
107 gray set is finished
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue298 background-color: gray('800');
309 @include focus-box-shadow($gray-800);
363 background-color: gray('800');
/openbmc/phosphor-webui/app/common/styles/base/
H A Dicons.scss70 background: url(../assets/images/icon-arrow-gray.svg) center center no-repeat;

12