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.last-convos {
|
||||
h2 a::after {
|
||||
h2 a {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
justify-content: space-between;
|
||||
&::after {
|
||||
display: inline-block;
|
||||
align-self: center;
|
||||
justify-self: center;
|
||||
font-size: 0.4em;
|
||||
color: $color__white;
|
||||
background-color: $color__black;
|
||||
padding: 0.4em;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
[lang="ca"] section.agenda h2 a::after {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue