mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
This commit is contained in:
parent
b8368f98ff
commit
ad2ab6d214
10 changed files with 442 additions and 12 deletions
|
@ -41,7 +41,15 @@
|
|||
border: 1px solid darken(@alertOrangeColor,10%);
|
||||
background-color: lighten(@alertOrangeColor,45%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.white-popup-block {
|
||||
background: #FFF;
|
||||
padding: 20px 30px;
|
||||
text-align: left;
|
||||
max-width: 650px;
|
||||
margin: 40px auto;
|
||||
position: relative;
|
||||
p {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue