xref: /openbmc/phosphor-webui/app/configuration/styles/snmp.scss (revision ff64c54a93aaf1ffb4df4b2d4c16c392d869f533)
1// SNMP SCSS
2
3.snmp__form {
4
5  fieldset {
6    padding-left: 1.8em;
7    padding-bottom: 1.8em;
8    border-bottom: 1px solid $medgrey;
9  }
10   .snmp__managers {
11    padding-bottom: 1em;
12  }
13}
14