styled header with link button after
This commit is contained in:
parent
f34f5e3dfb
commit
322fb0b683
639
adminstyles.css
639
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -68,13 +68,20 @@
|
||||||
* */
|
* */
|
||||||
section.agenda,
|
section.agenda,
|
||||||
section.last-convos {
|
section.last-convos {
|
||||||
h2 a::after {
|
h2 a {
|
||||||
display: inline-block;
|
display: flex;
|
||||||
font-size: 0.4em;
|
flex-wrap: wrap;
|
||||||
color: $color__white;
|
align-content: center;
|
||||||
background-color: $color__black;
|
justify-content: space-between;
|
||||||
padding: 0.4em;
|
&::after {
|
||||||
float: right;
|
display: inline-block;
|
||||||
|
align-self: center;
|
||||||
|
justify-self: center;
|
||||||
|
font-size: 0.4em;
|
||||||
|
color: $color__white;
|
||||||
|
background-color: $color__black;
|
||||||
|
padding: 0.4em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
[lang="ca"] section.agenda h2 a::after {
|
[lang="ca"] section.agenda h2 a::after {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue