Files
NodeBB/public/less/admin/appearance/themes.less

77 lines
1004 B
Plaintext
Raw Normal View History

.themes, .skins {
ul.directory {
margin: 0;
padding: 0;
li {
padding: 10px 16px;
margin: 0.25em 1em;
list-style-type: none;
.pointer;
img {
max-width: 150px;
float: left;
}
h4, p {
margin-left: 170px;
}
p {
font-size: 0.9em;
}
&.no-themes {
font-style: italic;
}
}
}
2015-08-19 15:31:15 -04:00
.theme-card {
2015-08-19 15:43:19 -04:00
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
2015-08-19 15:43:19 -04:00
2015-08-19 15:31:15 -04:00
.mdl-card__title {
2015-08-19 15:43:19 -04:00
height: 223px;
background-size: contain;
2015-08-20 16:04:33 -04:00
}
2015-08-19 15:31:15 -04:00
2018-02-01 16:49:53 -05:00
.mdl-card__supporting-text {
font-size: 1.5rem;
2018-02-01 17:00:43 -05:00
margin: 0 auto;
2018-02-01 16:49:53 -05:00
2018-02-01 17:00:43 -05:00
.mdl-card__title-text {
display: inline-block;
2018-02-01 16:49:53 -05:00
margin-bottom: 15px;
}
2015-08-19 15:31:15 -04:00
}
}
2015-08-20 15:49:44 -04:00
[data-theme].selected .mdl-button {
color: black;
}
2015-08-20 14:34:17 -04:00
[data-type="bootswatch"] {
.mdl-card__title {
height: 198px;
}
.mdl-card__title-text {
display: none;
}
}
2015-08-24 15:29:38 -04:00
[data-type="local"] {
.mdl-card__supporting-text {
height: 150px;
}
}
textarea[data-field] {
min-height: 450px;
width: 100%;
resize: vertical;
}
}