diff --git a/components/PartyDetails/index.scss b/components/PartyDetails/index.scss index 8510a383..ec5a0774 100644 --- a/components/PartyDetails/index.scss +++ b/components/PartyDetails/index.scss @@ -30,27 +30,6 @@ width: 100%; } } - - select { - appearance: none; - background-image: url('/icons/Arrow.svg'); - background-repeat: no-repeat; - background-position-y: center; - background-position-x: 98%; - background-size: $unit * 1.5; - border: none; - border-radius: 6px; - color: $grey-00; - margin-bottom: $unit; - font-size: $font-regular; - padding: 0 ($unit * 2); - height: $unit * 6; - width: 100%; - - &:hover { - cursor: pointer; - } - } } &.ReadOnly { diff --git a/styles/globals.scss b/styles/globals.scss index 20a2a2b7..2e705125 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -44,6 +44,27 @@ h1 { text-align: center; } +select { + appearance: none; + background-image: url('/icons/Arrow.svg'); + background-repeat: no-repeat; + background-position-y: center; + background-position-x: 98%; + background-size: $unit * 1.5; + border: none; + border-radius: 6px; + color: $grey-00; + margin-bottom: $unit; + font-size: $font-regular; + padding: 0 ($unit * 2); + height: $unit * 6; + width: 100%; + + &:hover { + cursor: pointer; + } +} + #Content { display: flex; flex-direction: column;