input style
This commit is contained in:
parent
e18e7733f3
commit
052b913ee0
2 changed files with 11 additions and 5 deletions
|
|
@ -368,15 +368,16 @@ a:hover {
|
|||
|
||||
.box-setup {
|
||||
margin-bottom: 1rem;
|
||||
padding: 0.3rem;
|
||||
padding: 1.3rem;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.box-setup-footer {
|
||||
overflow: hidden;
|
||||
margin-top: 1.5rem;
|
||||
padding: 1rem 0 0;
|
||||
border-top: 1px solid #E5E7EA;
|
||||
border-top: 1px solid #425467;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
@ -1643,6 +1644,11 @@ a.text-warning:hover {color: #FD7262;}
|
|||
|
||||
/*/////////////////////////////////////////////////*/
|
||||
|
||||
.createProfile .input {
|
||||
border-radius: 3px;
|
||||
box-shadow: 0px 0px 0px 3px #1A2836, inset 1px 1px 0px 0px rgba(0,0,0,0.05);
|
||||
}
|
||||
|
||||
.tabbable {
|
||||
border: 2px solid #213140;
|
||||
border-radius: 3px;
|
||||
|
|
@ -1681,7 +1687,7 @@ a.text-warning:hover {color: #FD7262;}
|
|||
border-bottom: 1px solid rgba(32,48,64,0.30);
|
||||
box-shadow: 0px 1px 0px 0px rgba(121,140,158,0.10);
|
||||
margin: .5rem 1.3rem;
|
||||
padding: 0.8rem 0;
|
||||
padding: 0.3rem 0;
|
||||
}
|
||||
|
||||
.bg-circle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue