.mobile-activation-history { width: 100%; padding: 15px 10px; justify-content: space-between; background-color: white; align-items: center; border-radius: 10px; box-shadow: 0px 0px 10px rgb(226, 226, 226); &__right { align-items: center; img { height: 100px; border-radius: 10px; margin-left: 15px; } strong { font-family: numeralMedium; font-size: calc(100vw / 30); font-weight: 600; letter-spacing: -1px; } span { font-family: numeralMedium; font-size: calc(100vw / 35); color: #00cc69; } } &__left { button { display: inline; font-family: numeralLight; text-decoration: none; padding: 5px 20px 3px; color: #00cc69; border-radius: 25px; font-size: calc(100vw / 26); border: 1px solid #00cc69; background-color: white; &:focus:enabled { text-decoration: none; } } } } .activation-history { width: 100%; padding: 10px 10px; justify-content: space-between; background-color: white; align-items: center; border-radius: 10px; box-shadow: 0px 0px 10px rgb(226, 226, 226); align-items: center; img { height: 100px; border-radius: 10px; margin-left: 15px; } strong { font-family: numeralMedium; font-weight: 600; letter-spacing: -1px; } span { font-family: numeralMedium; color: #00cc69; } button { display: inline; font-family: numeralLight; text-decoration: none; padding: 5px 20px 3px; color: #00cc69; border-radius: 25px; border: 1px solid #00cc69; background-color: white; &:focus:enabled { text-decoration: none; } } }