Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ArticleButton/styles.css

From Ved's Trolleybuses Place Wiki
Revision as of 06:15, 10 December 2024 by TickoGrey (talk | contribs) (Created page with ".button-with-circle { display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid #ccc; border-radius: 8px; background-color: #f9f9f9; text-decoration: none; font-size: 14px; color: #333; cursor: pointer; transition: background-color 0.3s, color 0.3s; } .button-with-circle:hover { background-color: #e0e0e0; color: #000; } .button-with-circle .circle-image { width: 32px; height: 32px; ba...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.button-with-circle {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.button-with-circle:hover {
    background-color: #e0e0e0;
    color: #000;
}

.button-with-circle .circle-image {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 8px;
}