license and profile creation in the same view
This commit is contained in:
parent
95217cef02
commit
b1d4e6224c
5 changed files with 97 additions and 133 deletions
|
|
@ -7,7 +7,6 @@
|
|||
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
|
||||
color: #2C3E50;
|
||||
}
|
||||
|
|
@ -1094,6 +1093,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
}
|
||||
|
||||
/*/////////////////////////////////////////////////*/
|
||||
.scrollArea {
|
||||
height: 280px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.tabbable {
|
||||
border: 2px solid #213140;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue