2 --arm_light_blue: #00C1DE;
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;
12 --arm_orange: #FF6B00;
13 --arm_yellow: #FFC700;
19 padding: 0px 20px 0px 0em;
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;
33 /* Dropdown Content (Hidden by Default) */
37 background-color: var(--arm_light_gray3);
39 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
45 /* Links inside the dropdown */
48 color: var(--arm_dark_gray);
50 text-decoration: none;
54 /* Change color of dropdown links on hover */
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 user clicks on the dropdown button) */
58 .show {display:block;}