Skip to content

Instantly share code, notes, and snippets.

@d3vzr
Created December 7, 2024 10:34
Show Gist options
  • Save d3vzr/40dde67ad38d66bd100c70f29dcde8b5 to your computer and use it in GitHub Desktop.
Save d3vzr/40dde67ad38d66bd100c70f29dcde8b5 to your computer and use it in GitHub Desktop.
* {
all: initial;
font-family: 'Cairo', sans-serif;
}
.price-launcher-button {
background-color: #ff5f00;
border-radius: 10px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
font-size: 12px;
color: #fff;
font-weight: 600;
border: none;
direction: rtl;
margin: 10px;
cursor: pointer;
font-family: 'Cairo', sans-serif;
}
.price-launcher-button img {
width: 25px;
height: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment