dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3527 fix - Customizing packs listing
rsanchez
2017-03-10
6078e6018ca05bcc0203241dc44071a59cf5e78c
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
assets
/
securis.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.mat-toolbar-row .mat-icon.md-icon-logo {
height: 40px;
width: 40px;
}
.login-logo.mat-icon {
height: 100px;
width: 100px;
}
.form-icon.mat-icon {
height: 28px;
width: auto;
max-width: 36px;
color: #999999;
margin-right: 5px;
}
td-layout-footer a,
td-layout-footer a:visited {
color:rgba(0, 0, 0, 0.87);
}
td-layout-footer {
font-size: 0.8em;
}
.td-data-table-row > .td-data-table-cell:first-child,
.td-data-table-row > .td-data-table-column:first-child {
max-width: 30px !important;
}