mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Improve UX support for multiple email addresses (#9691)
This commit is contained in:
@@ -640,6 +640,56 @@ table {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.pref-email {
|
||||
.row {
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin: 5px 0px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.email-first {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.email-second {
|
||||
color: $primary-medium;
|
||||
|
||||
.primary {
|
||||
color: $success;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.unconfirmed {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.email-dropdown {
|
||||
float: right;
|
||||
|
||||
.btn,
|
||||
.btn:hover {
|
||||
background: transparent;
|
||||
|
||||
.d-icon {
|
||||
color: $primary-high;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
width: 120px;
|
||||
|
||||
& .icon {
|
||||
margin-top: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pref-auth-tokens {
|
||||
.row {
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
Reference in New Issue
Block a user