mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
#60 property 순서 조정.
This commit is contained in:
parent
45528de097
commit
c8e2c210d1
2 changed files with 67 additions and 66 deletions
|
|
@ -1,16 +1,18 @@
|
|||
@CHARSET "UTF-8";
|
||||
@charset "utf-8";
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
/* NAVER (developers@xpressengine.com) */
|
||||
|
||||
/* Message */
|
||||
.message {
|
||||
position: relative;
|
||||
border: 1px solid #ddd;
|
||||
background-color: #f8f8f8;
|
||||
margin: 1em 0;
|
||||
padding: 0 1em;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
line-height: 1.4;
|
||||
font-size: 13px;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
body>.message {
|
||||
margin: 1em;
|
||||
|
|
@ -20,16 +22,16 @@ body>.message {
|
|||
}
|
||||
.message.info {
|
||||
border-color: #BCE8F1;
|
||||
background-color: #D9EDF7;
|
||||
color: #3A87AD;
|
||||
background-color: #D9EDF7;
|
||||
}
|
||||
.message.error {
|
||||
border-color: #EED3D7;
|
||||
background-color: #F2DEDE;
|
||||
color: #B94A48;
|
||||
background-color: #F2DEDE;
|
||||
}
|
||||
.message.update {
|
||||
border-color: #D6E9C6;
|
||||
background-color: #DFF0D8;
|
||||
color: #468847;
|
||||
background-color: #DFF0D8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue