forked from Gitlink/forgeplus-react
Merge pull request '域名更换增加提示弹框样式' (#165) from caishi/forgeplus-react:featrue_system_popup_notification into featrue_system_popup_notification
This commit is contained in:
commit
a7283b5567
|
@ -51,12 +51,14 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
ul{
|
ul{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
padding-left: 0px!important;
|
||||||
li{
|
li{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
list-style-type: none!important;
|
||||||
&:first-child{
|
&:first-child{
|
||||||
color: #E65714;
|
color: #E65714;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue