Optimalisatie structuur van stylesheets en opmaak iconen
This commit is contained in:
parent
d783d6c763
commit
5326fe77f4
3 changed files with 48 additions and 45 deletions
29
themes/nluug/assets/scss/styles_images.scss
Normal file
29
themes/nluug/assets/scss/styles_images.scss
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
img.shownormal {
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
.icon {
|
||||
filter: invert(18%) sepia(32%) saturate(1326%) hue-rotate(183deg) brightness(93%) contrast(95%);
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.icon:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
.icon:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
.icon:hover {
|
||||
filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(338deg) brightness(106%) contrast(109%);
|
||||
text-decoration: none;
|
||||
}
|
||||
.icon:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue