You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

openi.less 33 kB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
4 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485
  1. a {
  2. color: #0366d6;
  3. }
  4. .nowrap {
  5. white-space: nowrap;
  6. overflow: hidden;
  7. text-overflow: ellipsis;
  8. }
  9. .ui .text.yellow a {
  10. color: #fbbd08 !important;
  11. }
  12. .ui .text.yellow a:hover {
  13. color: #f2711c !important;
  14. }
  15. .ui.small.label.topic {
  16. margin-bottom: 0;
  17. font-weight: 400;
  18. }
  19. .mb-1 {
  20. margin-bottom: 8px !important;
  21. }
  22. .mb-2 {
  23. margin-bottom: 16px !important;
  24. }
  25. .following.bar #navbar .brand {
  26. padding-left: 0;
  27. padding-top: 0;
  28. padding-bottom: 0;
  29. }
  30. .following.bar .brand .ui.mini.image {
  31. width: auto;
  32. height: 40px;
  33. }
  34. .following.bar.dark {
  35. background-color: rgb(16, 16, 16);
  36. }
  37. .ui.secondary.menu.dark .item {
  38. color: #fff;
  39. }
  40. .ui.secondary.menu.dark .item:hover {
  41. color: #40a9ff;
  42. }
  43. .ui.secondary.menu .active.item {
  44. color: #40a9ff;
  45. border-bottom: 1px solid #40a9ff;
  46. border-radius: 0;
  47. }
  48. .repository:not(.new),
  49. .organization:not(.new),
  50. .explore,
  51. .dashboard {
  52. padding-top: 0px;
  53. }
  54. .dashboard .dashboard-navbar,
  55. .organization .organization-header,
  56. .explore .repos--seach {
  57. padding-top: 15px;
  58. padding-bottom: 15px;
  59. padding-left: 0;
  60. margin-bottom: 20px;
  61. background-color: #f5f5f6 !important;
  62. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  63. }
  64. .following.bar .text .svg.octicon-triangle-down {
  65. color: #3291f8;
  66. }
  67. .ui .avatar.image {
  68. border-radius: 30px;
  69. }
  70. footer {
  71. background-color: #f5f5f6;
  72. padding-bottom: 1rem;
  73. }
  74. .repository .header-wrapper {
  75. background-color: #f5f5f6;
  76. margin-top: 0px;
  77. }
  78. /*moble*/
  79. .ui.menu:not(.vertical) .item > .button {
  80. color: #fff;
  81. box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  82. }
  83. /*PC*/
  84. @media only screen and (min-width: 1200px) {
  85. .following.bar #navbar,
  86. footer .container {
  87. padding: 0;
  88. }
  89. }
  90. @media only screen and (min-width: 1600px) {
  91. .ui.ui.ui.container:not(.fluid) {
  92. width: 1440px;
  93. }
  94. }
  95. /*start page*/
  96. .ui.header.section--header {
  97. font-size: 50px;
  98. font-weight: 300;
  99. text-align: center;
  100. margin-bottom: 1em;
  101. }
  102. .ui.header.section--header .sub.header {
  103. font-size: 20px;
  104. line-height: 30px;
  105. color: #9b9b9b;
  106. text-align: center;
  107. color: rgba(255, 255, 255, 0.6);
  108. }
  109. .ui.inverted.segment > .ui.header.section--header .sub.header {
  110. color: rgba(255, 255, 255, 0.6);
  111. }
  112. #index-project {
  113. background: #002060;
  114. color: #fff;
  115. position: relative;
  116. padding-top: 3em;
  117. padding-bottom: 2em;
  118. }
  119. #index-project .ui.inverted.segment,
  120. #index-project .ui.primary.inverted.segment {
  121. background: none;
  122. }
  123. .prorow {
  124. background: rgba(0, 27, 81, 0.8);
  125. }
  126. .flip {
  127. position: absolute;
  128. left: 6px;
  129. right: 6px;
  130. top: 6px;
  131. bottom: 6px;
  132. border: 2px solid #ffc000;
  133. border-radius: 12px;
  134. transition: transform 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  135. transform: perspective(800px) rotateY(0deg);
  136. transform-style: preserve-3d;
  137. z-index: 5;
  138. }
  139. .flip-more {
  140. border-color: #4472c4;
  141. }
  142. .flip-blue {
  143. border-color: #00b0f0;
  144. }
  145. .flip-green {
  146. border-color: #00b050;
  147. }
  148. #index-project .ipros:hover .flip {
  149. transform: perspective(800px) rotateY(180deg);
  150. }
  151. #index-project .ui.card {
  152. margin: 0 auto;
  153. background: none;
  154. border: none;
  155. box-shadow: none;
  156. }
  157. #index-project .ui.card > .image > img {
  158. width: auto;
  159. margin: 10px auto;
  160. }
  161. .ui.card > .extra,
  162. .ui.cards > .card > .extra {
  163. border-top: none !important;
  164. padding: 0.5em 0.5em 1em;
  165. }
  166. #index-project .ui.card > .content,
  167. #index-project.ui.cards > .card > .content {
  168. padding: 0.5em 0.2em;
  169. }
  170. .ui.inverted.segment .ui.card > .content > .header,
  171. .ui.inverted.segment .ui.cards > .card > .content > .header {
  172. color: rgba(255, 255, 255, 0.9);
  173. }
  174. .ui.inverted.segment .ui.card .meta,
  175. .ui.inverted.segment .ui.cards > .card .meta {
  176. color: #5b9bd5;
  177. }
  178. .ui.inverted.segment .ui.card > .extra,
  179. .ui.inverted.segment .ui.cards > .card > .extra {
  180. color: rgba(255, 255, 255, 0.4);
  181. }
  182. #particles {
  183. width: 100%;
  184. height: 100%;
  185. position: absolute;
  186. top: 0;
  187. left: 0;
  188. right: 0;
  189. bottom: 0;
  190. }
  191. footer .ui.vertical.text.menu:first-child {
  192. margin-top: 1em;
  193. }
  194. footer .ui.vertical.menu .header.item {
  195. background: none;
  196. }
  197. footer .column {
  198. margin-bottom: 0 !important;
  199. padding-bottom: 0 !important;
  200. }
  201. /*explore*/
  202. .explore .ui.secondary.vertical.pointing.menu,
  203. .explore .ui.secondary.vertical.pointing.menu .item,
  204. .organization .ui.secondary.vertical.pointing.menu,
  205. .organization .ui.secondary.vertical.pointing.menu .item {
  206. border-right-width: 0;
  207. }
  208. .explore .computer.only .ui.secondary.pointing.menu .item {
  209. padding-left: 0;
  210. }
  211. .ui.repository.list .item .ui.header .metas {
  212. text-align: right;
  213. }
  214. @media only screen and (max-width: 767.98px) {
  215. .explore .repository.list .ui.right.menu {
  216. float: none;
  217. }
  218. }
  219. /*organization*/
  220. .organization-info {
  221. padding-top: 15px;
  222. margin-bottom: 2.5rem;
  223. }
  224. .organization-info > .container {
  225. overflow: auto;
  226. background: url(/img/org_bg.png) no-repeat center center #f5f5f6;
  227. padding-top: 30px;
  228. padding-bottom: 20px;
  229. background-size: cover;
  230. border-radius: 5px;
  231. border: 1px solid #efefef;
  232. }
  233. .organization.profile #org-info .ui.header {
  234. font-size: 1.71428571rem;
  235. margin-bottom: 10px;
  236. font-weight: 400;
  237. }
  238. .organization.profile #org-avatar {
  239. width: 80px;
  240. height: 80px;
  241. margin-left: auto;
  242. margin-right: auto;
  243. margin-bottom: 15px;
  244. border: solid 5px #fff;
  245. }
  246. .organization.profile #org-info .desc {
  247. font-size: 14px;
  248. width: 80%;
  249. margin: 0 auto 10px;
  250. color: #fff;
  251. }
  252. .organization.teams .ui.attached.segment + .ui.attached.header {
  253. margin-top: 0;
  254. }
  255. @media only screen and (max-width: 768px) {
  256. .organization-info {
  257. padding-top: 0;
  258. }
  259. .organization-info > .container {
  260. margin-left: 0 !important;
  261. margin-right: 0 !important;
  262. }
  263. }
  264. .ui.vertical.menu .dropdown.item .menu {
  265. left: 50%;
  266. }
  267. // icon cloudbrain
  268. .i-round {
  269. display: inline-block;
  270. width: 18px;
  271. height: 18px;
  272. background: url("/img/icons.svg");
  273. background-position: -496px -52px;
  274. }
  275. .i-bg-organ {
  276. background-position: -496px -52px;
  277. }
  278. .STOPPED,
  279. .KILLED {
  280. display: inline-block;
  281. width: 18px;
  282. height: 18px;
  283. background: url("/img/icons.svg");
  284. background-position: -496px -52px;
  285. background-position: -459px -52px;
  286. }
  287. .RUNNING {
  288. display: inline-block;
  289. width: 18px;
  290. height: 18px;
  291. background: url("/img/icons.svg");
  292. background-position: -496px -52px;
  293. background-position: -478px -52px;
  294. }
  295. .i-bg-orange {
  296. background-position: -495px -51px;
  297. }
  298. .FAILED,
  299. .START_FAILED,
  300. .DELETED,
  301. .CREATE_FAILED {
  302. display: inline-block;
  303. width: 18px;
  304. height: 18px;
  305. background: url("/img/icons.svg");
  306. background-position: -496px -52px;
  307. background-position: -532px -52px;
  308. }
  309. .i-bg-green {
  310. background-position: -441px -52px;
  311. }
  312. .i-bg-used {
  313. background-position: -514px -52px;
  314. }
  315. .icon-bind {
  316. background-position: -550px -52px;
  317. }
  318. .icon-unbind {
  319. background-position: -568px -52px;
  320. }
  321. .CREATING,
  322. .STOPPING,
  323. .DELETING,
  324. .STARTING,
  325. i.WAITING,
  326. .INIT,
  327. .KILLING {
  328. display: inline-block;
  329. background-image: url("/img/loading.gif");
  330. background-repeat: no-repeat;
  331. width: 16px;
  332. height: 16px;
  333. background-size: 16px 16px;
  334. margin-right: 5px;
  335. }
  336. .icon-to-top {
  337. background: url("/img/icons.svg");
  338. background-position: -540px -208px;
  339. width: 30px;
  340. height: 30px;
  341. display: inline-block;
  342. cursor: pointer;
  343. }
  344. .icon-to-bottom {
  345. background: url("/img/icons.svg");
  346. background-position: -574px -208px;
  347. width: 30px;
  348. height: 30px;
  349. display: inline-block;
  350. cursor: pointer;
  351. }
  352. i.COMPLETED,
  353. i.SUCCEEDED {
  354. display: inline-block;
  355. width: 18px;
  356. height: 18px;
  357. background: url("/img/icons.svg");
  358. background-position: -496px -52px;
  359. background-position: -441px -52px;
  360. }
  361. .text_over {
  362. overflow: hidden;
  363. text-overflow: ellipsis;
  364. -o-text-overflow: ellipsis;
  365. white-space: nowrap;
  366. display: inline-block;
  367. width: 100%;
  368. }
  369. .git-user-content {
  370. margin-bottom: 16px;
  371. word-break: break-all;
  372. }
  373. .row.git-user-content .ui.avatar.s16.image {
  374. width: 50px !important;
  375. height: 50px !important;
  376. vertical-align: middle;
  377. border-radius: 500rem;
  378. }
  379. .user-list-item {
  380. padding: 0.3em 0px !important;
  381. margin: 15px 0 !important;
  382. width: 220px !important;
  383. }
  384. .row.git-user-content .content {
  385. margin-left: 6px;
  386. display: inline-block;
  387. vertical-align: top !important;
  388. overflow: hidden;
  389. }
  390. .row.git-user-content .content .header {
  391. font-weight: bold;
  392. }
  393. .item.user-list-item .header {
  394. line-height: 23px !important;
  395. font-size: 16px !important;
  396. text-overflow: ellipsis;
  397. overflow: hidden;
  398. width: 145px;
  399. white-space: nowrap;
  400. }
  401. .item.user-list-item .header a {
  402. color: #587284 !important;
  403. }
  404. .row.git-user-content .content .commit-btn {
  405. margin-top: 6px;
  406. float: left;
  407. font-size: 11px;
  408. color: #40485b !important;
  409. }
  410. .dropdown-menu {
  411. position: relative;
  412. display: inline-block;
  413. }
  414. .hover_active {
  415. height: 100% !important;
  416. margin-top: 1px !important;
  417. }
  418. .dropdown-menu:hover .dropdown-content {
  419. display: block;
  420. }
  421. .dropdown-menu:hover .hover_active {
  422. background: #fff !important;
  423. border-color: #d4d4d5 !important;
  424. font-weight: 700 !important;
  425. // margin-bottom: -1px;
  426. -webkit-box-shadow: none !important;
  427. box-shadow: none !important;
  428. border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
  429. color: rgba(0, 0, 0, 0.95) !important;
  430. border-top-width: 1px !important;
  431. }
  432. .dropdown-menu:hover .dropdown-content {
  433. display: block;
  434. }
  435. .dropdown-content {
  436. display: none;
  437. position: absolute;
  438. background-color: #ffffff;
  439. min-width: 180px;
  440. z-index: 999;
  441. border: 1px solid transparent;
  442. border-color: #d4d4d5;
  443. border-top: none;
  444. }
  445. .dropdown-content a {
  446. color: black;
  447. padding: 12px 16px;
  448. text-decoration: none;
  449. display: block;
  450. }
  451. .dropdown-content a:hover {
  452. background-color: #f1f1f1;
  453. }
  454. .cloudbrain-question {
  455. margin-left: 4px !important;
  456. color: #3291f8;
  457. }
  458. //缺省页
  459. .bgtask-none {
  460. background: #fff !important;
  461. border: 0 !important;
  462. box-shadow: none !important;
  463. padding-bottom: 0 !important;
  464. padding-top: 2em !important;
  465. }
  466. .bgtask-header-pic {
  467. height: 80px;
  468. text-align: center;
  469. background: url(//ai-studio-static-online.cdn.bcebos.com/aistudio/dist/1638363279337/images/search_empty.png)
  470. top no-repeat;
  471. background-size: 80px 80px;
  472. }
  473. .bgtask-content {
  474. margin: 2rem auto 0;
  475. /* width: 500px; */
  476. text-align: left;
  477. }
  478. .bgtask-content-txt {
  479. font-size: 14px;
  480. color: #a6a6a6;
  481. line-height: 22px;
  482. margin-bottom: 4px;
  483. }
  484. .bgtask-content-header {
  485. text-align: center;
  486. color: #3f3f40;
  487. font-size: 18px;
  488. margin-bottom: 1rem;
  489. }
  490. .bgtask-content-button {
  491. margin-top: 1em;
  492. margin-bottom: 1em;
  493. }
  494. .selectcloudbrain .active.item {
  495. color: #0087f5 !important;
  496. border: 1px solid #0087f5;
  497. margin: -1px;
  498. background: #fff !important;
  499. }
  500. // #deletemodel {
  501. // width: 100%;
  502. // height: 100%;
  503. // }
  504. /* 弹窗 */
  505. // #mask {
  506. // position: fixed;
  507. // top: 0px;
  508. // left: 0px;
  509. // right: 0px;
  510. // bottom: 0px;
  511. // filter: alpha(opacity=60);
  512. // background-color: #777;
  513. // z-index: 1000;
  514. // display: none;
  515. // opacity: 0.8;
  516. // -moz-opacity: 0.5;
  517. // padding-top: 100px;
  518. // color: #000000;
  519. // }
  520. #loadingPage {
  521. margin: 300px auto;
  522. width: 50px;
  523. height: 40px;
  524. text-align: center;
  525. font-size: 10px;
  526. display: block;
  527. }
  528. #loadingPage > div {
  529. background-color: green;
  530. height: 100%;
  531. width: 6px;
  532. display: inline-block;
  533. -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  534. animation: sk-stretchdelay 1.2s infinite ease-in-out;
  535. }
  536. #loadingPage .rect2 {
  537. -webkit-animation-delay: -1.1s;
  538. animation-delay: -1.1s;
  539. }
  540. #loadingPage .rect3 {
  541. -webkit-animation-delay: -1s;
  542. animation-delay: -1s;
  543. }
  544. #loadingPage .rect4 {
  545. -webkit-animation-delay: -0.9s;
  546. animation-delay: -0.9s;
  547. }
  548. #loadingPage .rect5 {
  549. -webkit-animation-delay: -0.8s;
  550. animation-delay: -0.8s;
  551. }
  552. #mask {
  553. position: fixed;
  554. top: 0px;
  555. left: 0px;
  556. right: 0px;
  557. bottom: 0px;
  558. filter: alpha(opacity=60);
  559. background-color: rgba(119, 119, 119, 0.8);
  560. z-index: 1000;
  561. display: none;
  562. color: #000000;
  563. }
  564. .loadingWrap {
  565. width: 20%;
  566. height: 25%;
  567. border: 1px solid #bbb;
  568. background-color: #fff;
  569. margin: auto;
  570. position: absolute;
  571. left: 0;
  572. right: 0;
  573. top: 0;
  574. bottom: 0;
  575. display: flex;
  576. justify-content: center;
  577. align-items: center;
  578. flex-direction: column;
  579. border-radius: 20px;
  580. }
  581. #loading-page {
  582. width: 50px;
  583. height: 40px;
  584. text-align: center;
  585. font-size: 10px;
  586. display: block;
  587. }
  588. #loading-page > div {
  589. background-color: green;
  590. height: 100%;
  591. width: 6px;
  592. display: inline-block;
  593. -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  594. animation: sk-stretchdelay 1.2s infinite ease-in-out;
  595. }
  596. #loading-page .rect2 {
  597. -webkit-animation-delay: -1.1s;
  598. animation-delay: -1.1s;
  599. }
  600. #loadin-page .rect3 {
  601. -webkit-animation-delay: -1s;
  602. animation-delay: -1s;
  603. }
  604. #loading-page .rect4 {
  605. -webkit-animation-delay: -0.9s;
  606. animation-delay: -0.9s;
  607. }
  608. #loading-page .rect5 {
  609. -webkit-animation-delay: -0.8s;
  610. animation-delay: -0.8s;
  611. }
  612. @-webkit-keyframes sk-stretchdelay {
  613. 0%,
  614. 40%,
  615. 100% {
  616. -webkit-transform: scaleY(0.4);
  617. }
  618. 20% {
  619. -webkit-transform: scaleY(1);
  620. }
  621. }
  622. @keyframes sk-stretchdelay {
  623. 0%,
  624. 40%,
  625. 100% {
  626. transform: scaleY(0.4);
  627. -webkit-transform: scaleY(0.4);
  628. }
  629. 20% {
  630. transform: scaleY(1);
  631. -webkit-transform: scaleY(1);
  632. }
  633. }
  634. /* 消息框 */
  635. .alert {
  636. display: none;
  637. position: fixed;
  638. width: 100%;
  639. z-index: 1001;
  640. padding: 15px;
  641. border: 1px solid transparent;
  642. border-radius: 4px;
  643. text-align: center;
  644. font-weight: bold;
  645. }
  646. .alert-success {
  647. color: #3c763d;
  648. background-color: #dff0d8;
  649. border-color: #d6e9c6;
  650. }
  651. .alert-info {
  652. color: #31708f;
  653. background-color: #d9edf7;
  654. border-color: #bce8f1;
  655. }
  656. .alert-warning {
  657. color: #8a6d3b;
  658. background-color: #fcf8e3;
  659. border-color: #faebcc;
  660. }
  661. .alert-danger {
  662. color: #a94442;
  663. background-color: #f2dede;
  664. border-color: #ebccd1;
  665. }
  666. .pusher {
  667. width: calc(100% - 260px);
  668. box-sizing: border-box;
  669. }
  670. /* 弹窗 (background) */
  671. #imageModal {
  672. display: none;
  673. position: fixed;
  674. z-index: 1;
  675. left: 0;
  676. top: 0;
  677. width: 100%;
  678. height: 100%;
  679. overflow: auto;
  680. background-color: rgb(0, 0, 0);
  681. background-color: rgba(0, 0, 0, 0.4);
  682. }
  683. /* 弹窗内容 */
  684. .modal-content {
  685. background-color: #fefefe;
  686. margin: 15% auto;
  687. padding: 20px;
  688. border: 1px solid #888;
  689. width: 30%;
  690. }
  691. /* 关闭按钮 */
  692. .close {
  693. color: #aaa;
  694. float: right;
  695. font-size: 28px;
  696. font-weight: bold;
  697. }
  698. .close:hover,
  699. .close:focus {
  700. color: black;
  701. text-decoration: none;
  702. cursor: pointer;
  703. }
  704. .dis {
  705. margin-bottom: 20px;
  706. }
  707. .disabled {
  708. cursor: pointer;
  709. pointer-events: none;
  710. }
  711. .left2 {
  712. margin-left: -2px !important;
  713. }
  714. .width70 {
  715. width: 70% !important;
  716. }
  717. .width83 {
  718. width: 83% !important;
  719. }
  720. .content-padding {
  721. padding: 40px !important;
  722. }
  723. .model_disabled {
  724. background-color: rgba(245, 245, 246, 100) !important;
  725. color: rgba(136, 136, 136, 100) !important;
  726. }
  727. .edge {
  728. margin-left: 0 !important;
  729. margin-right: 0 !important;
  730. padding-left: 0 !important;
  731. padding-right: 0 !important;
  732. }
  733. .lfpd {
  734. padding-left: 0 !important;
  735. padding-right: 0 !important;
  736. }
  737. .mglf {
  738. margin-left: 0.5em !important;
  739. }
  740. .tooltips {
  741. display: inline-block;
  742. margin-left: 5.5rem;
  743. font-size: 12px;
  744. margin-top: 0.7rem;
  745. color: #888888;
  746. }
  747. .tutorial_icon {
  748. vertical-align: middle;
  749. margin-right: 0.75em;
  750. }
  751. .notic_content {
  752. height: 50px;
  753. vertical-align: middle;
  754. text-align: center;
  755. line-height: 50px;
  756. background: #e5f4f4;
  757. }
  758. .x_icon {
  759. float: right !important;
  760. margin-right: 15px !important;
  761. color: rgb(0, 0, 0) !important;
  762. font-size: 20px !important;
  763. font-weight: bold !important;
  764. }
  765. .a_width {
  766. // width: 50% !important;
  767. margin-left: 20em;
  768. // display:inline-block !important;
  769. }
  770. .a_width i {
  771. vertical-align: middle !important;
  772. }
  773. .footer_icon {
  774. display: inline-block !important;
  775. vertical-align: middle !important;
  776. margin-right: 0.8em !important;
  777. }
  778. .a_margin {
  779. margin: 0px !important;
  780. }
  781. /*pages*/
  782. .ui.borderless.pagination {
  783. border: none;
  784. margin-top: 0.5rem;
  785. }
  786. .ui.pagination.menu .item {
  787. min-width: 32px;
  788. text-align: center;
  789. height: 32px;
  790. border-radius: 0.28571429rem;
  791. margin: 0 5px;
  792. background-color: #f2f2f2;
  793. }
  794. .ui.pagination.menu > .item:first-child,
  795. .ui.pagination.menu .item:last-child {
  796. background-color: #fff !important;
  797. }
  798. .ui.ui.menu .item.disabled {
  799. background-color: #f2f2f2;
  800. }
  801. .ui.pagination.menu .active.item {
  802. background-color: #3291f8;
  803. color: #fff;
  804. }
  805. .ui.pagination.menu .item > .input {
  806. margin: 0em 0.5em;
  807. width: 3em;
  808. height: 32px;
  809. }
  810. @media only screen and (max-width: 767px) {
  811. .following.bar #navbar .brand {
  812. padding-top: 6px;
  813. }
  814. .secondary.menu + .ui.container {
  815. margin-left: 0 !important;
  816. margin-right: 0 !important;
  817. }
  818. .repo-title {
  819. position: absolute;
  820. top: 6px;
  821. left: 50px;
  822. right: 70px;
  823. height: 40px;
  824. line-height: 40px !important;
  825. text-align: center;
  826. white-space: nowrap;
  827. overflow: hidden;
  828. text-overflow: ellipsis;
  829. color: #fff;
  830. background-color: #363840;
  831. padding-left: 20px;
  832. }
  833. .repo-title a {
  834. color: #fff !important;
  835. }
  836. .repo-title img + a {
  837. display: none !important;
  838. }
  839. .repository .header-wrapper {
  840. margin-bottom: 36px;
  841. }
  842. .header-wrapper .tabs.divider {
  843. margin-top: 40px !important;
  844. }
  845. .repository .ui.tabs.container {
  846. margin-top: -60px;
  847. }
  848. .repo-title .divider,
  849. .repo-title svg,
  850. .repo-title img,
  851. .ui.tabular.menu .item svg,
  852. .ui.tabular.menu .item i,
  853. .ui.tabular.menu .item .label,
  854. .ui.tabular.menu .dropdown-content,
  855. .repository.file .repository-summary,
  856. .repository-summary + .menu,
  857. .desc-home .edit-icon,
  858. #repo-files-table .message,
  859. #repo-files-table .age,
  860. #repo-files-table .ui.sha.label,
  861. #repo-files-table .commit-button,
  862. .repository .members {
  863. display: none !important;
  864. }
  865. .header-wrapper {
  866. display: flex;
  867. flex-direction: column-reverse;
  868. }
  869. .ui.tabular.menu .item {
  870. padding: 0.5em;
  871. }
  872. .ui.tabular.menu .active.item {
  873. border: none;
  874. background: none;
  875. color: #000000;
  876. border-bottom: 2px solid #000;
  877. white-space: nowrap;
  878. }
  879. .repository .repo-header {
  880. margin-bottom: -50px;
  881. }
  882. .repo-header .repo-buttons {
  883. position: relative;
  884. top: 1rem;
  885. width: 100%;
  886. display: flex;
  887. justify-content: flex-end;
  888. }
  889. .repo-buttons .ui.labeled.button > .button {
  890. box-shadow: none !important;
  891. width: 16px;
  892. overflow: hidden;
  893. white-space: nowrap;
  894. }
  895. .repo-buttons .ui.labeled.button > .label {
  896. border: none !important;
  897. }
  898. .repository.file.list #repo-files-table td.name {
  899. max-width: 100%;
  900. }
  901. #repo-files-table tr {
  902. padding-top: 0;
  903. padding-bottom: 0;
  904. }
  905. .repository .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
  906. border: none;
  907. }
  908. .markdown:not(code).file-view {
  909. padding: 2em 0 !important;
  910. }
  911. }
  912. //elemet-ui
  913. // .el-pagination.is-background .el-pager li:not(.disabled).active {
  914. // background-color: #5bb973 !important;
  915. // color: #FFF !important;
  916. // }
  917. // .el-pagination.is-background .el-pager li:hover {
  918. // color: #5bb973 !important;
  919. // }
  920. .tag_key {
  921. max-width: 100%;
  922. margin: 3px 3px;
  923. display: inline-flex;
  924. }
  925. .tag_lable {
  926. border: 1px solid rgba(232, 232, 232, 100);
  927. border-radius: 4px;
  928. color: rgba(65, 80, 88, 100);
  929. font-family: Microsoft Yahei;
  930. font-size: 14px;
  931. padding: 0.3em 0.5em;
  932. height: 30px;
  933. text-align: center;
  934. margin: 0.2em;
  935. }
  936. .omit {
  937. overflow: hidden;
  938. white-space: nowrap;
  939. text-overflow: ellipsis;
  940. }
  941. .tag_bg {
  942. background-color: #0366d6 !important;
  943. color: #ffffff !important;
  944. }
  945. .margin-bottom20 {
  946. margin-bottom: 20px;
  947. }
  948. .maxheight {
  949. max-height: 88px;
  950. overflow: hidden;
  951. }
  952. .pad-botom {
  953. padding-bottom: 0px !important;
  954. }
  955. .icon_a {
  956. position: absolute;
  957. right: 0;
  958. bottom: 0.2em;
  959. background: #fff;
  960. border: none !important;
  961. color: #0366d6 !important;
  962. box-shadow: -15px 0px 10px #fff;
  963. }
  964. .content_top10 {
  965. padding: 10px;
  966. padding-top: 0px;
  967. }
  968. .re_con {
  969. color: rgba(136, 136, 136, 100);
  970. font-size: 14px;
  971. text-align: center;
  972. font-family: SourceHanSansSC-light;
  973. font-weight: normal !important;
  974. }
  975. .title_re {
  976. margin-top: 50px !important;
  977. }
  978. .card_list {
  979. width: calc(33.33333333333333% - 2em);
  980. margin-left: 1em;
  981. margin-right: 1em;
  982. }
  983. .list_title {
  984. height: 52px;
  985. text-align: center;
  986. }
  987. .star_title {
  988. background-color: #3291f8;
  989. }
  990. .memb_title {
  991. background-color: #706fe3;
  992. }
  993. .act_title {
  994. background-color: #13c28d;
  995. }
  996. .p_text {
  997. line-height: 50px;
  998. text-align: left;
  999. padding-left: 15px;
  1000. font-size: 18px;
  1001. color: #ffffff;
  1002. }
  1003. .orgs {
  1004. display: flex;
  1005. flex-flow: row wrap;
  1006. padding: 0;
  1007. margin-top: 20px;
  1008. }
  1009. .orgs li {
  1010. display: flex;
  1011. border-bottom: 0 !important;
  1012. padding: 3px !important;
  1013. }
  1014. .p_score {
  1015. line-height: 28px;
  1016. width: 100%;
  1017. /* padding-right: 20px; */
  1018. text-align: right;
  1019. }
  1020. .org_line_hight {
  1021. line-height: 28px;
  1022. }
  1023. .org_icon {
  1024. margin-top: 2px;
  1025. margin-right: 10px;
  1026. padding-left: 15px;
  1027. width: 100%;
  1028. text-align: center;
  1029. }
  1030. .re_style {
  1031. color: rgba(3, 102, 214, 100) !important;
  1032. font-family: SourceHanSansSC-medium;
  1033. font-weight: 700;
  1034. }
  1035. .org_icon_color {
  1036. color: #fa8c16;
  1037. }
  1038. .li_name {
  1039. list-style: none;
  1040. width: 55%;
  1041. }
  1042. .li_avatar {
  1043. list-style: none;
  1044. width: 10%;
  1045. }
  1046. .li_score {
  1047. list-style: none;
  1048. margin-left: 2px;
  1049. }
  1050. .score {
  1051. position: absolute;
  1052. width: 50px;
  1053. right: 50px;
  1054. text-align: center;
  1055. }
  1056. .wi {
  1057. width: 15%;
  1058. line-height: 20px;
  1059. }
  1060. .title_icon {
  1061. vertical-align: sub;
  1062. font-size: 24px;
  1063. }
  1064. .title_word {
  1065. vertical-align: middle;
  1066. font-size: 18px;
  1067. margin-top: 1px;
  1068. }
  1069. /**seach**/
  1070. /**搜索导航条适配窄屏**/
  1071. .seachnav {
  1072. overflow-x: auto;
  1073. overflow-y: hidden;
  1074. scrollbar-width: none; /* firefox */
  1075. -ms-overflow-style: none; /* IE 10+ */
  1076. }
  1077. .seachnav::-webkit-scrollbar {
  1078. display: none; /* Chrome Safari */
  1079. }
  1080. .ui.green.button,
  1081. .ui.green.buttons .button {
  1082. background-color: #5bb973;
  1083. }
  1084. .seach .repos--seach {
  1085. padding-bottom: 0;
  1086. border-bottom: none;
  1087. }
  1088. .seach .ui.secondary.pointing.menu {
  1089. border-bottom: none;
  1090. }
  1091. .seach .ui.secondary.pointing.menu .item > i {
  1092. margin-right: 5px;
  1093. }
  1094. .seach .ui.secondary.pointing.menu .active.item {
  1095. border-bottom-width: 2px;
  1096. margin: 0 0 -1px;
  1097. }
  1098. .seach .ui.menu .active.item > .label {
  1099. background: #1684fc;
  1100. color: #fff;
  1101. }
  1102. .seach .ui.menu .item > .label:not(.active.item > .label) {
  1103. background: #e8e8e8;
  1104. color: rgba(0, 0, 0, 0.6);
  1105. }
  1106. .highlight {
  1107. color: red;
  1108. }
  1109. .ui.list .list > .item > img.image + .content,
  1110. .ui.list > .item > img.image + .content {
  1111. width: calc(100% - 4em);
  1112. margin-left: 0;
  1113. }
  1114. .seach .ui.list .list > .item .header,
  1115. .seach .ui.list > .item .header {
  1116. margin-bottom: 0.5em;
  1117. font-size: 1.4rem !important;
  1118. font-weight: normal;
  1119. }
  1120. .seach .time,
  1121. .seach .time a {
  1122. font-size: 12px;
  1123. color: grey;
  1124. }
  1125. .seach .list .item.members .ui.avatar.image {
  1126. width: 3.2em;
  1127. height: 3.2em;
  1128. }
  1129. .ui.list .list > .item.members > img.image + .content,
  1130. .ui.list > .item.members > img.image + .content {
  1131. width: calc(100% - 4em);
  1132. margin-left: 0;
  1133. }
  1134. .searchlabel {
  1135. color: rgba(16, 16, 16, 100);
  1136. font-size: 24px;
  1137. text-align: left;
  1138. font-family: SourceHanSansSC-medium;
  1139. }
  1140. .hiddenSearch {
  1141. margin: auto;
  1142. display: none;
  1143. }
  1144. #tipmsg {
  1145. display: none;
  1146. z-index: 9999;
  1147. width: 150;
  1148. height: 80;
  1149. }
  1150. .ui.toast-container .toast-box.compact,
  1151. .ui.toast-container .toast-box > .compact {
  1152. width: 250px !important;
  1153. }
  1154. .context-menu-click {
  1155. z-index: 99;
  1156. position: absolute;
  1157. padding: 0;
  1158. border-radius: 4px;
  1159. border: 1px solid #e3e9ed;
  1160. -webkit-box-shadow: none;
  1161. box-shadow: none;
  1162. background: #fff;
  1163. display: none !important;
  1164. }
  1165. .context-menu-click.active {
  1166. display: block !important;
  1167. }
  1168. .context-menu-operation {
  1169. padding: 5px !important;
  1170. line-height: 1.78 !important;
  1171. }
  1172. .context-menu-icon {
  1173. float: left !important;
  1174. margin: 0px 5px 0px 0px !important;
  1175. }
  1176. .row .caret-wrapper {
  1177. display: inline-flex;
  1178. flex-direction: column;
  1179. align-items: center;
  1180. height: 34px;
  1181. width: 24px;
  1182. vertical-align: middle;
  1183. cursor: pointer;
  1184. position: relative;
  1185. }
  1186. .row .sort-caret-up {
  1187. position: absolute;
  1188. top: 5px;
  1189. }
  1190. .row .sort-caret-down {
  1191. position: absolute;
  1192. bottom: 5px;
  1193. }
  1194. .row .active-up-sort {
  1195. border-bottom-color: #409eff;
  1196. }
  1197. .row .active-down-sort {
  1198. border-top-color: #409eff;
  1199. }
  1200. .dataset-header-vue {
  1201. display: flex;
  1202. align-items: center;
  1203. }
  1204. .inline.min_title.field:not(.required) .label-fix-width:after {
  1205. margin: -0.2em 0 0 0.2em;
  1206. content: "*";
  1207. max-width: 6.38px;
  1208. visibility: hidden;
  1209. }
  1210. .label-fix-width {
  1211. width: 140px !important;
  1212. text-align: right;
  1213. font-family: SourceHanSansSC-medium !important;
  1214. color: rgba(16, 16, 16, 100) !important;
  1215. font-size: 14px !important;
  1216. }
  1217. .inline.min_title.fields.required .label-fix-width:after {
  1218. margin: -0.2em 0 0 0.2em;
  1219. content: "*";
  1220. max-width: 6.38px;
  1221. visibility: hidden;
  1222. }
  1223. .ui.form .train-job-title {
  1224. font-family: SourceHanSansSC-medium !important;
  1225. color: rgba(16, 16, 16, 100) !important;
  1226. font-size: 16px !important;
  1227. padding-left: 3rem !important;
  1228. }
  1229. .ui.attached.segment .ui.form .min_title{
  1230. font-size: 14px !important;
  1231. margin-bottom: 2rem !important;
  1232. }
  1233. .ui.attached.segment .ui.form .min_title .width48{
  1234. width: 48.5% !important;
  1235. }
  1236. .ui.attached.segment .ui.form .min_title .width80{
  1237. width: 80.7% !important;
  1238. }
  1239. .tooltip-wati-count {
  1240. display: flex;
  1241. align-items: center;
  1242. margin-left: 260px;
  1243. color: #f2711c;
  1244. margin-top: 0.5rem;
  1245. }
  1246. #dir_list {
  1247. max-height: 500px;
  1248. overflow: auto;
  1249. }
  1250. .border-according {
  1251. border: 1px solid #dfe1e6;
  1252. .padding0 {
  1253. padding: 0 !important;
  1254. }
  1255. .according-panel-heading {
  1256. box-sizing: border-box;
  1257. padding: 8px 16px;
  1258. color: #252b3a;
  1259. background-color: #f2f5fc;
  1260. line-height: 1.5;
  1261. cursor: pointer;
  1262. -moz-user-select: none;
  1263. -webkit-user-select: none;
  1264. -ms-user-select: none;
  1265. -khtml-user-select: none;
  1266. user-select: none;
  1267. .accordion-panel-title {
  1268. margin-top: 0;
  1269. margin-bottom: 0;
  1270. color: #252b3a;
  1271. .accordion-panel-title-content {
  1272. vertical-align: middle;
  1273. display: inline-block;
  1274. width: calc(100% - 32px);
  1275. cursor: default;
  1276. .redo-color {
  1277. color: #3291F8;
  1278. }
  1279. .ti-action-menu-item:not(:last-child) {
  1280. margin-right: 10px;
  1281. padding-right: 11px;
  1282. text-decoration: none !important;
  1283. color: #526ecc;
  1284. cursor: pointer;
  1285. display: inline-block;
  1286. -moz-user-select: none;
  1287. -webkit-user-select: none;
  1288. -ms-user-select: none;
  1289. -khtml-user-select: none;
  1290. user-select: none;
  1291. position: relative;
  1292. }
  1293. .ti-action-menu-item:not(:last-child):after {
  1294. content: "";
  1295. display: inline-block;
  1296. position: absolute;
  1297. height: 12px;
  1298. right: 0;
  1299. top: 50%;
  1300. -webkit-transform: translateY(-6px);
  1301. -ms-transform: translateY(-6px);
  1302. -o-transform: translateY(-6px);
  1303. transform: translateY(-6px);
  1304. border-right: 1px solid #dfe1e6;
  1305. }
  1306. .acc-margin-bottom {
  1307. margin-bottom: 5px;
  1308. }
  1309. .title_text {
  1310. font-size: 12px;
  1311. }
  1312. .ac-display-inblock {
  1313. display: inline-block;
  1314. .cti-mgRight-sm {
  1315. margin-right: 8px;
  1316. }
  1317. }
  1318. .uc-accordionTitle-black {
  1319. color: #333;
  1320. }
  1321. }
  1322. }
  1323. }
  1324. .content-pad {
  1325. padding: 15px 35px;
  1326. .dataset_nowrap_two_line{
  1327. word-wrap: break-word;
  1328. word-break: break-all;
  1329. overflow: hidden;
  1330. text-overflow: ellipsis;
  1331. display: -webkit-box;
  1332. -webkit-box-orient: vertical;
  1333. line-clamp: 2;
  1334. -webkit-line-clamp: 2;
  1335. text-overflow: -o-ellipsis-lastline;
  1336. max-height: 50px;
  1337. }
  1338. .tab_2_content {
  1339. margin-left: 10px;
  1340. .ac-grid {
  1341. display: block;
  1342. *zoom: 1;
  1343. .ac-grid-col {
  1344. width: 50%;
  1345. float: left;
  1346. .ti-form {
  1347. text-align: left;
  1348. max-width: 100%;
  1349. vertical-align: middle;
  1350. tbody {
  1351. font-size: 12px;
  1352. vertical-align: inherit;
  1353. tr {
  1354. vertical-align: inherit;
  1355. .td{
  1356. vertical-align: top;
  1357. white-space: normal;
  1358. padding: 0;
  1359. }
  1360. .th{padding: 0;}
  1361. .ti-text-form-label {
  1362. padding-bottom: 20px;
  1363. padding-right: 20px;
  1364. color: #8a8e99;
  1365. font-size: 12px;
  1366. white-space: nowrap !important;
  1367. width: 80px;
  1368. line-height: 30px;
  1369. }
  1370. .text-width80 {
  1371. width: 100px;
  1372. line-height: 30px;
  1373. }
  1374. .ti-text-form-content {
  1375. line-height: 30px;
  1376. padding-bottom: 20px;
  1377. .text-span {
  1378. width: 450px;
  1379. overflow: hidden;
  1380. text-overflow: ellipsis;
  1381. white-space: nowrap;
  1382. }
  1383. .text-span-new {
  1384. width: 800px;
  1385. overflow: hidden;
  1386. text-overflow: ellipsis;
  1387. height: 20%;
  1388. word-break: break-all;
  1389. }
  1390. }
  1391. }
  1392. }
  1393. }
  1394. }
  1395. }
  1396. }
  1397. }
  1398. }
  1399. .chang-email .content {
  1400. display: block;
  1401. width: 100%;
  1402. font-size: 1em;
  1403. line-height: 1.4;
  1404. padding: 1.5rem;
  1405. background: #fff;
  1406. }
  1407. .chang-email .actions {
  1408. background: #f9fafb;
  1409. padding: 1rem 1rem;
  1410. border-top: 1px solid rgba(34,36,38,.15);
  1411. text-align: right;
  1412. }