Rename PostCSS files to .pcss
(#9013)
* Rename PostCSS files to `.pcss` * Make Stylelint happy * Delint * Rename new files too * delint * Fix bad comment placement
This commit is contained in:
parent
7842d5165c
commit
01f4bb8c78
371 changed files with 740 additions and 1045 deletions
26
res/css/views/settings/_CryptographyPanel.pcss
Normal file
26
res/css/views/settings/_CryptographyPanel.pcss
Normal file
|
@ -0,0 +1,26 @@
|
|||
.mx_CryptographyPanel_sessionInfo {
|
||||
padding: 0em;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
.mx_CryptographyPanel_sessionInfo > tr {
|
||||
vertical-align: baseline;
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel_sessionInfo > tr > td {
|
||||
padding-bottom: 0em;
|
||||
padding-left: 0em;
|
||||
padding-right: 1em;
|
||||
padding-top: 0em;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel_importExportButtons .mx_AccessibleButton {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel_importExportButtons {
|
||||
margin-bottom: 15px;
|
||||
display: inline-flex;
|
||||
flex-flow: wrap;
|
||||
row-gap: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue