Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -1,14 +1,17 @@
|
|||
/**
|
||||
* @file
|
||||
* Component styles for the content_moderation module.
|
||||
*/
|
||||
ul.entity-moderation-form {
|
||||
list-style: none;
|
||||
display: -webkit-flex; /* Safari */
|
||||
display: flex;
|
||||
-webkit-flex-wrap: wrap; /* Safari */
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-webkit-justify-content: space-around; /* Safari */
|
||||
justify-content: space-around;
|
||||
justify-content: space-around;
|
||||
-webkit-align-items: flex-end; /* Safari */
|
||||
align-items: flex-end;
|
||||
border-bottom: 1px solid gray;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
ul.entity-moderation-form input[type=submit] {
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* @file
|
||||
* Theme styles for the content_moderation module.
|
||||
*/
|
||||
ul.entity-moderation-form {
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
Reference in a new issue