80 lines
1.1 KiB
Plaintext
80 lines
1.1 KiB
Plaintext
.icon {
|
|
display: block;
|
|
}
|
|
|
|
.icon-menu {
|
|
.icon;
|
|
background: url(/img/Menu.svg) no-repeat;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
.icon-directory {
|
|
.icon;
|
|
background: url(/img/Directory.svg) no-repeat;
|
|
width: 36px;
|
|
height: 32px;
|
|
}
|
|
|
|
.icon-file {
|
|
.icon;
|
|
background: url(/img/File.svg) no-repeat;
|
|
width: 30px;
|
|
height: 36px;
|
|
}
|
|
|
|
.icon-plus {
|
|
.icon;
|
|
background: url(/img/Plus.svg) no-repeat;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.icon-view {
|
|
.icon;
|
|
background: url(/img/View.svg) no-repeat;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.icon-refresh {
|
|
.icon;
|
|
background: url(/img/Refresh.svg) no-repeat;
|
|
width: 26px;
|
|
height: 28px;
|
|
}
|
|
|
|
.icon-select {
|
|
.icon;
|
|
background: url(/img/Select.svg) no-repeat;
|
|
width: 32px;
|
|
height: 34px;
|
|
}
|
|
|
|
.icon-more {
|
|
.icon;
|
|
background: url(/img/More.svg) no-repeat;
|
|
width: 6px;
|
|
height: 24px;
|
|
}
|
|
|
|
.icon-search {
|
|
.icon;
|
|
background: url(/img/Search.svg) no-repeat;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.icon-cross {
|
|
.icon;
|
|
background: url(/img/Close.svg) no-repeat;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.icon-back {
|
|
.icon;
|
|
background: url(/img/Back.svg) no-repeat;
|
|
width: 15px;
|
|
height: 24px;
|
|
}
|