Lines Matching +full:- +full:- +full:url
2 --arm_light_blue: #00C1DE;
3 --arm_blue: #11809F;
4 --arm_blue1: #0091BD;
5 --arm_dark_blue: #002B49;
6 --arm_light_gray: #E5ECEB;
7 --arm_light_gray1: #EFF5F4;
8 --arm_light_gray2: #EBEBEB;
9 --arm_light_gray3: #F7F7F7;
10 --arm_dark_gray: #7D868C;
11 --arm_black: #333E48;
12 --arm_orange: #FF6B00;
13 --arm_yellow: #FFC700;
20 background-image: url("dropdown.png");
21 background-repeat: no-repeat;
22 background-size: 0.5em;
23 background-position: right center;
27 /* The container <div> - needed to position the dropdown content */
30 display: inline-block;
34 .dropdown-content {
37 background-color: var(--arm_light_gray3);
38 min-width: 160px;
39 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
40 white-space: nowrap;
42 z-index: 1;
46 .dropdown-content a {
48 color: var(--arm_dark_gray);
50 text-decoration: none;
55 .dropdown-content a:hover {background-color: #ddd}
57 /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the use…