xref: /openbmc/phosphor-webui/app/configuration/styles/date-time.scss (revision 7de38662b1bcc24a3d2c597430952ff091cd2c21)
1// Date Time SCSS
2
3.date-time__metadata-wrapper {
4  margin: 0;
5  padding: 0;
6}
7
8.date-time__metadata-block {
9  list-style-type: none;
10  width: 47%;
11  margin-bottom: 1.8em;
12  margin-right: .7em;
13  display: inline-block;
14  white-space: normal;
15  word-break: break-all;
16  @include mediaQuery(small) {
17    float: left;
18  }
19}
20